Show / Hide Table of Contents

Class ServiceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ApiManagement
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceArgs : ResourceArgs

Constructors

View Source

ServiceArgs()

Declaration
public ServiceArgs()

Properties

View Source

AdditionalLocations

One or more additional_location blocks as defined below.

Declaration
public InputList<ServiceAdditionalLocationArgs> AdditionalLocations { get; set; }
Property Value
Type Description
InputList<ServiceAdditionalLocationArgs>
View Source

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>
View Source

HostnameConfiguration

A hostname_configuration block as defined below.

Declaration
public Input<ServiceHostnameConfigurationArgs> HostnameConfiguration { get; set; }
Property Value
Type Description
Input<ServiceHostnameConfigurationArgs>
View Source

Identity

An identity block is documented below.

Declaration
public Input<ServiceIdentityArgs> Identity { get; set; }
Property Value
Type Description
Input<ServiceIdentityArgs>
View Source

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>
View Source

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>
View Source

NotificationSenderEmail

Email address from which the notification will be sent.

Declaration
public Input<string> NotificationSenderEmail { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Policy

A policy block as defined below.

Declaration
public Input<ServicePolicyArgs> Policy { get; set; }
Property Value
Type Description
Input<ServicePolicyArgs>
View Source

Protocols

A protocols block as defined below.

Declaration
public Input<ServiceProtocolsArgs> Protocols { get; set; }
Property Value
Type Description
Input<ServiceProtocolsArgs>
View Source

PublisherEmail

The email of publisher/company.

Declaration
public Input<string> PublisherEmail { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PublisherName

The name of publisher/company.

Declaration
public Input<string> PublisherName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Security

A security block as defined below.

Declaration
public Input<ServiceSecurityArgs> Security { get; set; }
Property Value
Type Description
Input<ServiceSecurityArgs>
View Source

SignIn

A sign_in block as defined below.

Declaration
public Input<ServiceSignInArgs> SignIn { get; set; }
Property Value
Type Description
Input<ServiceSignInArgs>
View Source

SignUp

A sign_up block as defined below.

Declaration
public Input<ServiceSignUpArgs> SignUp { get; set; }
Property Value
Type Description
Input<ServiceSignUpArgs>
View Source

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>
View Source

Tags

A mapping of tags assigned to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.