Class ServiceArgs
Inherited Members
Namespace: Pulumi.Azure.ApiManagement
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceArgs : ResourceArgs
Constructors
View SourceServiceArgs()
Declaration
public ServiceArgs()
Properties
View SourceAdditionalLocations
One or more additional_location blocks as defined below.
Declaration
public InputList<ServiceAdditionalLocationArgs> AdditionalLocations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ServiceAdditionalLocationArgs> |
Certificates
One or more (up to 10) certificate blocks as defined below.
Declaration
public InputList<ServiceCertificateArgs> Certificates { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ServiceCertificateArgs> |
HostnameConfiguration
A hostname_configuration block as defined below.
Declaration
public Input<ServiceHostnameConfigurationArgs> HostnameConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceHostnameConfigurationArgs> |
Identity
An identity block is documented below.
Declaration
public Input<ServiceIdentityArgs> Identity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceIdentityArgs> |
Location
The Azure location where the API Management Service exists. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the API Management Service. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NotificationSenderEmail
Email address from which the notification will be sent.
Declaration
public Input<string> NotificationSenderEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Policy
A policy block as defined below.
Declaration
public Input<ServicePolicyArgs> Policy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServicePolicyArgs> |
Protocols
A protocols block as defined below.
Declaration
public Input<ServiceProtocolsArgs> Protocols { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceProtocolsArgs> |
PublisherEmail
The email of publisher/company.
Declaration
public Input<string> PublisherEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PublisherName
The name of publisher/company.
Declaration
public Input<string> PublisherName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the Resource Group in which the API Management Service should be exist. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Security
A security block as defined below.
Declaration
public Input<ServiceSecurityArgs> Security { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceSecurityArgs> |
SignIn
A sign_in block as defined below.
Declaration
public Input<ServiceSignInArgs> SignIn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceSignInArgs> |
SignUp
A sign_up block as defined below.
Declaration
public Input<ServiceSignUpArgs> SignUp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceSignUpArgs> |
SkuName
sku_name is a string consisting of two parts separated by an underscore(_). The fist part is the name, valid values include: Consumption, Developer, Basic, Standard and Premium. The second part is the capacity (e.g. the number of deployed units of the sku), which must be a positive integer (e.g. Developer_1).
Declaration
public Input<string> SkuName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags assigned to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
VirtualNetworkConfiguration
A virtual_network_configuration block as defined below. Required when virtual_network_type is External or Internal.
Declaration
public Input<ServiceVirtualNetworkConfigurationArgs> VirtualNetworkConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceVirtualNetworkConfigurationArgs> |
VirtualNetworkType
The type of virtual network you want to use, valid values include: None, External, Internal.
Declaration
public Input<string> VirtualNetworkType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |