hexsha
stringlengths
40
40
repo
stringlengths
7
114
path
stringlengths
4
124
license
listlengths
1
9
language
stringclasses
1 value
identifier
stringlengths
1
71
return_type
stringlengths
1
749
original_string
stringlengths
76
22.7k
original_docstring
stringlengths
16
7.61k
docstring
stringlengths
16
2.47k
docstring_tokens
listlengths
6
477
code
stringlengths
14
10.2k
code_tokens
listlengths
6
996
short_docstring
stringlengths
2
644
short_docstring_tokens
listlengths
1
116
comment
listlengths
1
89
parameters
listlengths
0
64
docstring_params
dict
dd4d473aeb091ceabaf52f7a4e2bbeaee4d7237b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_auth_settings.py
[ "Apache-2.0" ]
Python
microsoft_account_client_id
pulumi.Output[Optional[str]]
def microsoft_account_client_id(self) -> pulumi.Output[Optional[str]]: """ The OAuth 2.0 client ID that was created for the app used for authentication. This setting is required for enabling Microsoft Account authentication. Microsoft Account OAuth documentation: https://dev.onedrive.com...
The OAuth 2.0 client ID that was created for the app used for authentication. This setting is required for enabling Microsoft Account authentication. Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
The OAuth 2.0 client ID that was created for the app used for authentication. This setting is required for enabling Microsoft Account authentication.
[ "The", "OAuth", "2", ".", "0", "client", "ID", "that", "was", "created", "for", "the", "app", "used", "for", "authentication", ".", "This", "setting", "is", "required", "for", "enabling", "Microsoft", "Account", "authentication", "." ]
def microsoft_account_client_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "microsoft_account_client_id")
[ "def", "microsoft_account_client_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"microsoft_account_client_id\"", ")" ]
The OAuth 2.0 client ID that was created for the app used for authentication.
[ "The", "OAuth", "2", ".", "0", "client", "ID", "that", "was", "created", "for", "the", "app", "used", "for", "authentication", "." ]
[ "\"\"\"\n The OAuth 2.0 client ID that was created for the app used for authentication.\n This setting is required for enabling Microsoft Account authentication.\n Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd4d473aeb091ceabaf52f7a4e2bbeaee4d7237b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_auth_settings.py
[ "Apache-2.0" ]
Python
microsoft_account_client_secret
pulumi.Output[Optional[str]]
def microsoft_account_client_secret(self) -> pulumi.Output[Optional[str]]: """ The OAuth 2.0 client secret that was created for the app used for authentication. This setting is required for enabling Microsoft Account authentication. Microsoft Account OAuth documentation: https://dev.oned...
The OAuth 2.0 client secret that was created for the app used for authentication. This setting is required for enabling Microsoft Account authentication. Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
The OAuth 2.0 client secret that was created for the app used for authentication. This setting is required for enabling Microsoft Account authentication.
[ "The", "OAuth", "2", ".", "0", "client", "secret", "that", "was", "created", "for", "the", "app", "used", "for", "authentication", ".", "This", "setting", "is", "required", "for", "enabling", "Microsoft", "Account", "authentication", "." ]
def microsoft_account_client_secret(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "microsoft_account_client_secret")
[ "def", "microsoft_account_client_secret", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"microsoft_account_client_secret\"", ")" ]
The OAuth 2.0 client secret that was created for the app used for authentication.
[ "The", "OAuth", "2", ".", "0", "client", "secret", "that", "was", "created", "for", "the", "app", "used", "for", "authentication", "." ]
[ "\"\"\"\n The OAuth 2.0 client secret that was created for the app used for authentication.\n This setting is required for enabling Microsoft Account authentication.\n Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd4d473aeb091ceabaf52f7a4e2bbeaee4d7237b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_auth_settings.py
[ "Apache-2.0" ]
Python
microsoft_account_o_auth_scopes
pulumi.Output[Optional[Sequence[str]]]
def microsoft_account_o_auth_scopes(self) -> pulumi.Output[Optional[Sequence[str]]]: """ The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. This setting is optional. If not specified, "wl.basic" is used as the default scope. Microsoft Account Scopes ...
The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. This setting is optional. If not specified, "wl.basic" is used as the default scope. Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx
The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. This setting is optional. If not specified, "wl.basic" is used as the default scope.
[ "The", "OAuth", "2", ".", "0", "scopes", "that", "will", "be", "requested", "as", "part", "of", "Microsoft", "Account", "authentication", ".", "This", "setting", "is", "optional", ".", "If", "not", "specified", "\"", "wl", ".", "basic", "\"", "is", "used...
def microsoft_account_o_auth_scopes(self) -> pulumi.Output[Optional[Sequence[str]]]: return pulumi.get(self, "microsoft_account_o_auth_scopes")
[ "def", "microsoft_account_o_auth_scopes", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"microsoft_account_o_auth_scopes\"", ")" ]
The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
[ "The", "OAuth", "2", ".", "0", "scopes", "that", "will", "be", "requested", "as", "part", "of", "Microsoft", "Account", "authentication", "." ]
[ "\"\"\"\n The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.\n This setting is optional. If not specified, \"wl.basic\" is used as the default scope.\n Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd4d473aeb091ceabaf52f7a4e2bbeaee4d7237b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_auth_settings.py
[ "Apache-2.0" ]
Python
token_refresh_extension_hours
pulumi.Output[Optional[float]]
def token_refresh_extension_hours(self) -> pulumi.Output[Optional[float]]: """ The number of hours after session token expiration that a session token can be used to call the token refresh API. The default is 72 hours. """ return pulumi.get(self, "token_refresh_extension_hours")
The number of hours after session token expiration that a session token can be used to call the token refresh API. The default is 72 hours.
The number of hours after session token expiration that a session token can be used to call the token refresh API. The default is 72 hours.
[ "The", "number", "of", "hours", "after", "session", "token", "expiration", "that", "a", "session", "token", "can", "be", "used", "to", "call", "the", "token", "refresh", "API", ".", "The", "default", "is", "72", "hours", "." ]
def token_refresh_extension_hours(self) -> pulumi.Output[Optional[float]]: return pulumi.get(self, "token_refresh_extension_hours")
[ "def", "token_refresh_extension_hours", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "float", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"token_refresh_extension_hours\"", ")" ]
The number of hours after session token expiration that a session token can be used to call the token refresh API.
[ "The", "number", "of", "hours", "after", "session", "token", "expiration", "that", "a", "session", "token", "can", "be", "used", "to", "call", "the", "token", "refresh", "API", "." ]
[ "\"\"\"\n The number of hours after session token expiration that a session token can be used to\n call the token refresh API. The default is 72 hours.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd4d473aeb091ceabaf52f7a4e2bbeaee4d7237b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_auth_settings.py
[ "Apache-2.0" ]
Python
token_store_enabled
pulumi.Output[Optional[bool]]
def token_store_enabled(self) -> pulumi.Output[Optional[bool]]: """ <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>. The default is <code>false</code>. """ return pulumi.get(self, "token_sto...
<code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>. The default is <code>false</code>.
true to durably store platform-specific security tokens that are obtained during login flows; otherwise, false. The default is false.
[ "true", "to", "durably", "store", "platform", "-", "specific", "security", "tokens", "that", "are", "obtained", "during", "login", "flows", ";", "otherwise", "false", ".", "The", "default", "is", "false", "." ]
def token_store_enabled(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "token_store_enabled")
[ "def", "token_store_enabled", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"token_store_enabled\"", ")" ]
<code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
[ "<code", ">", "true<", "/", "code", ">", "to", "durably", "store", "platform", "-", "specific", "security", "tokens", "that", "are", "obtained", "during", "login", "flows", ";", "otherwise", "<code", ">", "false<", "/", "code", ">", "." ]
[ "\"\"\"\n <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.\n The default is <code>false</code>.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd4d473aeb091ceabaf52f7a4e2bbeaee4d7237b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_auth_settings.py
[ "Apache-2.0" ]
Python
twitter_consumer_key
pulumi.Output[Optional[str]]
def twitter_consumer_key(self) -> pulumi.Output[Optional[str]]: """ The OAuth 1.0a consumer key of the Twitter application used for sign-in. This setting is required for enabling Twitter Sign-In. Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in """ retur...
The OAuth 1.0a consumer key of the Twitter application used for sign-in. This setting is required for enabling Twitter Sign-In. Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
The OAuth 1.0a consumer key of the Twitter application used for sign-in. This setting is required for enabling Twitter Sign-In.
[ "The", "OAuth", "1", ".", "0a", "consumer", "key", "of", "the", "Twitter", "application", "used", "for", "sign", "-", "in", ".", "This", "setting", "is", "required", "for", "enabling", "Twitter", "Sign", "-", "In", "." ]
def twitter_consumer_key(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "twitter_consumer_key")
[ "def", "twitter_consumer_key", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"twitter_consumer_key\"", ")" ]
The OAuth 1.0a consumer key of the Twitter application used for sign-in.
[ "The", "OAuth", "1", ".", "0a", "consumer", "key", "of", "the", "Twitter", "application", "used", "for", "sign", "-", "in", "." ]
[ "\"\"\"\n The OAuth 1.0a consumer key of the Twitter application used for sign-in.\n This setting is required for enabling Twitter Sign-In.\n Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd4d473aeb091ceabaf52f7a4e2bbeaee4d7237b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_auth_settings.py
[ "Apache-2.0" ]
Python
twitter_consumer_secret
pulumi.Output[Optional[str]]
def twitter_consumer_secret(self) -> pulumi.Output[Optional[str]]: """ The OAuth 1.0a consumer secret of the Twitter application used for sign-in. This setting is required for enabling Twitter Sign-In. Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in """ ...
The OAuth 1.0a consumer secret of the Twitter application used for sign-in. This setting is required for enabling Twitter Sign-In. Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
The OAuth 1.0a consumer secret of the Twitter application used for sign-in. This setting is required for enabling Twitter Sign-In.
[ "The", "OAuth", "1", ".", "0a", "consumer", "secret", "of", "the", "Twitter", "application", "used", "for", "sign", "-", "in", ".", "This", "setting", "is", "required", "for", "enabling", "Twitter", "Sign", "-", "In", "." ]
def twitter_consumer_secret(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "twitter_consumer_secret")
[ "def", "twitter_consumer_secret", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"twitter_consumer_secret\"", ")" ]
The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
[ "The", "OAuth", "1", ".", "0a", "consumer", "secret", "of", "the", "Twitter", "application", "used", "for", "sign", "-", "in", "." ]
[ "\"\"\"\n The OAuth 1.0a consumer secret of the Twitter application used for sign-in.\n This setting is required for enabling Twitter Sign-In.\n Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd4d473aeb091ceabaf52f7a4e2bbeaee4d7237b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_auth_settings.py
[ "Apache-2.0" ]
Python
unauthenticated_client_action
pulumi.Output[Optional[str]]
def unauthenticated_client_action(self) -> pulumi.Output[Optional[str]]: """ The action to take when an unauthenticated client attempts to access the app. """ return pulumi.get(self, "unauthenticated_client_action")
The action to take when an unauthenticated client attempts to access the app.
The action to take when an unauthenticated client attempts to access the app.
[ "The", "action", "to", "take", "when", "an", "unauthenticated", "client", "attempts", "to", "access", "the", "app", "." ]
def unauthenticated_client_action(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "unauthenticated_client_action")
[ "def", "unauthenticated_client_action", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"unauthenticated_client_action\"", ")" ]
The action to take when an unauthenticated client attempts to access the app.
[ "The", "action", "to", "take", "when", "an", "unauthenticated", "client", "attempts", "to", "access", "the", "app", "." ]
[ "\"\"\"\n The action to take when an unauthenticated client attempts to access the app.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd4d473aeb091ceabaf52f7a4e2bbeaee4d7237b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_auth_settings.py
[ "Apache-2.0" ]
Python
validate_issuer
pulumi.Output[Optional[bool]]
def validate_issuer(self) -> pulumi.Output[Optional[bool]]: """ Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such. """ return pulumi.get(self, "validate_issuer")
Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.
Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.
[ "Gets", "a", "value", "indicating", "whether", "the", "issuer", "should", "be", "a", "valid", "HTTPS", "url", "and", "be", "validated", "as", "such", "." ]
def validate_issuer(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "validate_issuer")
[ "def", "validate_issuer", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"validate_issuer\"", ")" ]
Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.
[ "Gets", "a", "value", "indicating", "whether", "the", "issuer", "should", "be", "a", "valid", "HTTPS", "url", "and", "be", "validated", "as", "such", "." ]
[ "\"\"\"\n Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd4fd4641392f302fd8a03b86507564c04ddfb47
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/kusto/v20200215/cluster.py
[ "Apache-2.0" ]
Python
key_vault_properties
pulumi.Output[Optional['outputs.KeyVaultPropertiesResponse']]
def key_vault_properties(self) -> pulumi.Output[Optional['outputs.KeyVaultPropertiesResponse']]: """ KeyVault properties for the cluster encryption. """ return pulumi.get(self, "key_vault_properties")
KeyVault properties for the cluster encryption.
KeyVault properties for the cluster encryption.
[ "KeyVault", "properties", "for", "the", "cluster", "encryption", "." ]
def key_vault_properties(self) -> pulumi.Output[Optional['outputs.KeyVaultPropertiesResponse']]: return pulumi.get(self, "key_vault_properties")
[ "def", "key_vault_properties", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.KeyVaultPropertiesResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"key_vault_properties\"", ")" ]
KeyVault properties for the cluster encryption.
[ "KeyVault", "properties", "for", "the", "cluster", "encryption", "." ]
[ "\"\"\"\n KeyVault properties for the cluster encryption.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd4fd4641392f302fd8a03b86507564c04ddfb47
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/kusto/v20200215/cluster.py
[ "Apache-2.0" ]
Python
language_extensions
pulumi.Output[Optional['outputs.LanguageExtensionsListResponse']]
def language_extensions(self) -> pulumi.Output[Optional['outputs.LanguageExtensionsListResponse']]: """ List of the cluster's language extensions. """ return pulumi.get(self, "language_extensions")
List of the cluster's language extensions.
List of the cluster's language extensions.
[ "List", "of", "the", "cluster", "'", "s", "language", "extensions", "." ]
def language_extensions(self) -> pulumi.Output[Optional['outputs.LanguageExtensionsListResponse']]: return pulumi.get(self, "language_extensions")
[ "def", "language_extensions", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.LanguageExtensionsListResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"language_extensions\"", ")" ]
List of the cluster's language extensions.
[ "List", "of", "the", "cluster", "'", "s", "language", "extensions", "." ]
[ "\"\"\"\n List of the cluster's language extensions.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd4fd4641392f302fd8a03b86507564c04ddfb47
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/kusto/v20200215/cluster.py
[ "Apache-2.0" ]
Python
state_reason
pulumi.Output[str]
def state_reason(self) -> pulumi.Output[str]: """ The reason for the cluster's current state. """ return pulumi.get(self, "state_reason")
The reason for the cluster's current state.
The reason for the cluster's current state.
[ "The", "reason", "for", "the", "cluster", "'", "s", "current", "state", "." ]
def state_reason(self) -> pulumi.Output[str]: return pulumi.get(self, "state_reason")
[ "def", "state_reason", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"state_reason\"", ")" ]
The reason for the cluster's current state.
[ "The", "reason", "for", "the", "cluster", "'", "s", "current", "state", "." ]
[ "\"\"\"\n The reason for the cluster's current state.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd55630ce94f5081b0045ee8a8600dadae0f31f7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/latest/list_streaming_locator_paths.py
[ "Apache-2.0" ]
Python
download_paths
Optional[Sequence[str]]
def download_paths(self) -> Optional[Sequence[str]]: """ Download Paths supported by current Streaming Locator """ return pulumi.get(self, "download_paths")
Download Paths supported by current Streaming Locator
Download Paths supported by current Streaming Locator
[ "Download", "Paths", "supported", "by", "current", "Streaming", "Locator" ]
def download_paths(self) -> Optional[Sequence[str]]: return pulumi.get(self, "download_paths")
[ "def", "download_paths", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"download_paths\"", ")" ]
Download Paths supported by current Streaming Locator
[ "Download", "Paths", "supported", "by", "current", "Streaming", "Locator" ]
[ "\"\"\"\n Download Paths supported by current Streaming Locator\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd55630ce94f5081b0045ee8a8600dadae0f31f7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/latest/list_streaming_locator_paths.py
[ "Apache-2.0" ]
Python
streaming_paths
Optional[Sequence['outputs.StreamingPathResponseResult']]
def streaming_paths(self) -> Optional[Sequence['outputs.StreamingPathResponseResult']]: """ Streaming Paths supported by current Streaming Locator """ return pulumi.get(self, "streaming_paths")
Streaming Paths supported by current Streaming Locator
Streaming Paths supported by current Streaming Locator
[ "Streaming", "Paths", "supported", "by", "current", "Streaming", "Locator" ]
def streaming_paths(self) -> Optional[Sequence['outputs.StreamingPathResponseResult']]: return pulumi.get(self, "streaming_paths")
[ "def", "streaming_paths", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.StreamingPathResponseResult'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"streaming_paths\"", ")" ]
Streaming Paths supported by current Streaming Locator
[ "Streaming", "Paths", "supported", "by", "current", "Streaming", "Locator" ]
[ "\"\"\"\n Streaming Paths supported by current Streaming Locator\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd55630ce94f5081b0045ee8a8600dadae0f31f7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/latest/list_streaming_locator_paths.py
[ "Apache-2.0" ]
Python
list_streaming_locator_paths
AwaitableListStreamingLocatorPathsResult
def list_streaming_locator_paths(account_name: Optional[str] = None, resource_group_name: Optional[str] = None, streaming_locator_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListSt...
Class of response for listPaths action Latest API Version: 2020-05-01. :param str account_name: The Media Services account name. :param str resource_group_name: The name of the resource group within the Azure subscription. :param str streaming_locator_name: The Streaming Locator name.
Class of response for listPaths action Latest API Version: 2020-05-01.
[ "Class", "of", "response", "for", "listPaths", "action", "Latest", "API", "Version", ":", "2020", "-", "05", "-", "01", "." ]
def list_streaming_locator_paths(account_name: Optional[str] = None, resource_group_name: Optional[str] = None, streaming_locator_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListSt...
[ "def", "list_streaming_locator_paths", "(", "account_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "streaming_locator_name", ":", "Optional", "[", "str", "]", "=", "None", ...
Class of response for listPaths action Latest API Version: 2020-05-01.
[ "Class", "of", "response", "for", "listPaths", "action", "Latest", "API", "Version", ":", "2020", "-", "05", "-", "01", "." ]
[ "\"\"\"\n Class of response for listPaths action\n Latest API Version: 2020-05-01.\n\n\n :param str account_name: The Media Services account name.\n :param str resource_group_name: The name of the resource group within the Azure subscription.\n :param str streaming_locator_name: The Streaming Locator...
[ { "param": "account_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "streaming_locator_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "account_name", "type": "Optional[str]", "docstring": "The Media Services account name.", "docstring_tokens": [ "The", "Media", "Services", "account", "name", "." ], "...
dd6cd4e7b519b47557e5b4094deb9ea67b2ffa7c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/virtualmachineimages/latest/get_virtual_machine_image_template.py
[ "Apache-2.0" ]
Python
build_timeout_in_minutes
Optional[int]
def build_timeout_in_minutes(self) -> Optional[int]: """ Maximum duration to wait while building the image template. Omit or specify 0 to use the default (4 hours). """ return pulumi.get(self, "build_timeout_in_minutes")
Maximum duration to wait while building the image template. Omit or specify 0 to use the default (4 hours).
Maximum duration to wait while building the image template. Omit or specify 0 to use the default (4 hours).
[ "Maximum", "duration", "to", "wait", "while", "building", "the", "image", "template", ".", "Omit", "or", "specify", "0", "to", "use", "the", "default", "(", "4", "hours", ")", "." ]
def build_timeout_in_minutes(self) -> Optional[int]: return pulumi.get(self, "build_timeout_in_minutes")
[ "def", "build_timeout_in_minutes", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"build_timeout_in_minutes\"", ")" ]
Maximum duration to wait while building the image template.
[ "Maximum", "duration", "to", "wait", "while", "building", "the", "image", "template", "." ]
[ "\"\"\"\n Maximum duration to wait while building the image template. Omit or specify 0 to use the default (4 hours).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd6cd4e7b519b47557e5b4094deb9ea67b2ffa7c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/virtualmachineimages/latest/get_virtual_machine_image_template.py
[ "Apache-2.0" ]
Python
identity
'outputs.ImageTemplateIdentityResponse'
def identity(self) -> 'outputs.ImageTemplateIdentityResponse': """ The identity of the image template, if configured. """ return pulumi.get(self, "identity")
The identity of the image template, if configured.
The identity of the image template, if configured.
[ "The", "identity", "of", "the", "image", "template", "if", "configured", "." ]
def identity(self) -> 'outputs.ImageTemplateIdentityResponse': return pulumi.get(self, "identity")
[ "def", "identity", "(", "self", ")", "->", "'outputs.ImageTemplateIdentityResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"identity\"", ")" ]
The identity of the image template, if configured.
[ "The", "identity", "of", "the", "image", "template", "if", "configured", "." ]
[ "\"\"\"\n The identity of the image template, if configured.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd6cd4e7b519b47557e5b4094deb9ea67b2ffa7c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/virtualmachineimages/latest/get_virtual_machine_image_template.py
[ "Apache-2.0" ]
Python
vm_profile
Optional['outputs.ImageTemplateVmProfileResponse']
def vm_profile(self) -> Optional['outputs.ImageTemplateVmProfileResponse']: """ Describes how virtual machine is set up to build images """ return pulumi.get(self, "vm_profile")
Describes how virtual machine is set up to build images
Describes how virtual machine is set up to build images
[ "Describes", "how", "virtual", "machine", "is", "set", "up", "to", "build", "images" ]
def vm_profile(self) -> Optional['outputs.ImageTemplateVmProfileResponse']: return pulumi.get(self, "vm_profile")
[ "def", "vm_profile", "(", "self", ")", "->", "Optional", "[", "'outputs.ImageTemplateVmProfileResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"vm_profile\"", ")" ]
Describes how virtual machine is set up to build images
[ "Describes", "how", "virtual", "machine", "is", "set", "up", "to", "build", "images" ]
[ "\"\"\"\n Describes how virtual machine is set up to build images\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b4456666a7fc329adfac5b6749fca83bf75337c9
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/server.py
[ "Apache-2.0" ]
Python
workspace_feature
pulumi.Output[str]
def workspace_feature(self) -> pulumi.Output[str]: """ Whether or not existing server has a workspace created and if it allows connection from workspace """ return pulumi.get(self, "workspace_feature")
Whether or not existing server has a workspace created and if it allows connection from workspace
Whether or not existing server has a workspace created and if it allows connection from workspace
[ "Whether", "or", "not", "existing", "server", "has", "a", "workspace", "created", "and", "if", "it", "allows", "connection", "from", "workspace" ]
def workspace_feature(self) -> pulumi.Output[str]: return pulumi.get(self, "workspace_feature")
[ "def", "workspace_feature", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"workspace_feature\"", ")" ]
Whether or not existing server has a workspace created and if it allows connection from workspace
[ "Whether", "or", "not", "existing", "server", "has", "a", "workspace", "created", "and", "if", "it", "allows", "connection", "from", "workspace" ]
[ "\"\"\"\n Whether or not existing server has a workspace created and if it allows connection from workspace\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b46445d361d8d5688044af834153f7c405bc1fe2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20200301/get_service.py
[ "Apache-2.0" ]
Python
correlation_scheme
Optional[Sequence['outputs.ServiceCorrelationDescriptionResponse']]
def correlation_scheme(self) -> Optional[Sequence['outputs.ServiceCorrelationDescriptionResponse']]: """ A list that describes the correlation of the service with other services. """ return pulumi.get(self, "correlation_scheme")
A list that describes the correlation of the service with other services.
A list that describes the correlation of the service with other services.
[ "A", "list", "that", "describes", "the", "correlation", "of", "the", "service", "with", "other", "services", "." ]
def correlation_scheme(self) -> Optional[Sequence['outputs.ServiceCorrelationDescriptionResponse']]: return pulumi.get(self, "correlation_scheme")
[ "def", "correlation_scheme", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ServiceCorrelationDescriptionResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"correlation_scheme\"", ")" ]
A list that describes the correlation of the service with other services.
[ "A", "list", "that", "describes", "the", "correlation", "of", "the", "service", "with", "other", "services", "." ]
[ "\"\"\"\n A list that describes the correlation of the service with other services.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b46445d361d8d5688044af834153f7c405bc1fe2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20200301/get_service.py
[ "Apache-2.0" ]
Python
default_move_cost
Optional[str]
def default_move_cost(self) -> Optional[str]: """ Specifies the move cost for the service. """ return pulumi.get(self, "default_move_cost")
Specifies the move cost for the service.
Specifies the move cost for the service.
[ "Specifies", "the", "move", "cost", "for", "the", "service", "." ]
def default_move_cost(self) -> Optional[str]: return pulumi.get(self, "default_move_cost")
[ "def", "default_move_cost", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"default_move_cost\"", ")" ]
Specifies the move cost for the service.
[ "Specifies", "the", "move", "cost", "for", "the", "service", "." ]
[ "\"\"\"\n Specifies the move cost for the service.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b46445d361d8d5688044af834153f7c405bc1fe2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20200301/get_service.py
[ "Apache-2.0" ]
Python
partition_description
Optional[Any]
def partition_description(self) -> Optional[Any]: """ Describes how the service is partitioned. """ return pulumi.get(self, "partition_description")
Describes how the service is partitioned.
Describes how the service is partitioned.
[ "Describes", "how", "the", "service", "is", "partitioned", "." ]
def partition_description(self) -> Optional[Any]: return pulumi.get(self, "partition_description")
[ "def", "partition_description", "(", "self", ")", "->", "Optional", "[", "Any", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"partition_description\"", ")" ]
Describes how the service is partitioned.
[ "Describes", "how", "the", "service", "is", "partitioned", "." ]
[ "\"\"\"\n Describes how the service is partitioned.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b46445d361d8d5688044af834153f7c405bc1fe2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20200301/get_service.py
[ "Apache-2.0" ]
Python
placement_constraints
Optional[str]
def placement_constraints(self) -> Optional[str]: """ The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType...
The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)". ...
The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".
[ "The", "placement", "constraints", "as", "a", "string", ".", "Placement", "constraints", "are", "boolean", "expressions", "on", "node", "properties", "and", "allow", "for", "restricting", "a", "service", "to", "particular", "nodes", "based", "on", "the", "servic...
def placement_constraints(self) -> Optional[str]: return pulumi.get(self, "placement_constraints")
[ "def", "placement_constraints", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"placement_constraints\"", ")" ]
The placement constraints as a string.
[ "The", "placement", "constraints", "as", "a", "string", "." ]
[ "\"\"\"\n The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: \"NodeColor == bl...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b46445d361d8d5688044af834153f7c405bc1fe2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20200301/get_service.py
[ "Apache-2.0" ]
Python
service_dns_name
Optional[str]
def service_dns_name(self) -> Optional[str]: """ Dns name used for the service. If this is specified, then the service can be accessed via its DNS name instead of service name. """ return pulumi.get(self, "service_dns_name")
Dns name used for the service. If this is specified, then the service can be accessed via its DNS name instead of service name.
Dns name used for the service. If this is specified, then the service can be accessed via its DNS name instead of service name.
[ "Dns", "name", "used", "for", "the", "service", ".", "If", "this", "is", "specified", "then", "the", "service", "can", "be", "accessed", "via", "its", "DNS", "name", "instead", "of", "service", "name", "." ]
def service_dns_name(self) -> Optional[str]: return pulumi.get(self, "service_dns_name")
[ "def", "service_dns_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"service_dns_name\"", ")" ]
Dns name used for the service.
[ "Dns", "name", "used", "for", "the", "service", "." ]
[ "\"\"\"\n Dns name used for the service. If this is specified, then the service can be accessed via its DNS name instead of service name.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b46445d361d8d5688044af834153f7c405bc1fe2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20200301/get_service.py
[ "Apache-2.0" ]
Python
service_kind
str
def service_kind(self) -> str: """ The kind of service (Stateless or Stateful). """ return pulumi.get(self, "service_kind")
The kind of service (Stateless or Stateful).
The kind of service (Stateless or Stateful).
[ "The", "kind", "of", "service", "(", "Stateless", "or", "Stateful", ")", "." ]
def service_kind(self) -> str: return pulumi.get(self, "service_kind")
[ "def", "service_kind", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"service_kind\"", ")" ]
The kind of service (Stateless or Stateful).
[ "The", "kind", "of", "service", "(", "Stateless", "or", "Stateful", ")", "." ]
[ "\"\"\"\n The kind of service (Stateless or Stateful).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b46445d361d8d5688044af834153f7c405bc1fe2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20200301/get_service.py
[ "Apache-2.0" ]
Python
service_load_metrics
Optional[Sequence['outputs.ServiceLoadMetricDescriptionResponse']]
def service_load_metrics(self) -> Optional[Sequence['outputs.ServiceLoadMetricDescriptionResponse']]: """ The service load metrics is given as an array of ServiceLoadMetricDescription objects. """ return pulumi.get(self, "service_load_metrics")
The service load metrics is given as an array of ServiceLoadMetricDescription objects.
The service load metrics is given as an array of ServiceLoadMetricDescription objects.
[ "The", "service", "load", "metrics", "is", "given", "as", "an", "array", "of", "ServiceLoadMetricDescription", "objects", "." ]
def service_load_metrics(self) -> Optional[Sequence['outputs.ServiceLoadMetricDescriptionResponse']]: return pulumi.get(self, "service_load_metrics")
[ "def", "service_load_metrics", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ServiceLoadMetricDescriptionResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"service_load_metrics\"", ")" ]
The service load metrics is given as an array of ServiceLoadMetricDescription objects.
[ "The", "service", "load", "metrics", "is", "given", "as", "an", "array", "of", "ServiceLoadMetricDescription", "objects", "." ]
[ "\"\"\"\n The service load metrics is given as an array of ServiceLoadMetricDescription objects.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b46445d361d8d5688044af834153f7c405bc1fe2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20200301/get_service.py
[ "Apache-2.0" ]
Python
service_package_activation_mode
Optional[str]
def service_package_activation_mode(self) -> Optional[str]: """ The activation Mode of the service package """ return pulumi.get(self, "service_package_activation_mode")
The activation Mode of the service package
The activation Mode of the service package
[ "The", "activation", "Mode", "of", "the", "service", "package" ]
def service_package_activation_mode(self) -> Optional[str]: return pulumi.get(self, "service_package_activation_mode")
[ "def", "service_package_activation_mode", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"service_package_activation_mode\"", ")" ]
The activation Mode of the service package
[ "The", "activation", "Mode", "of", "the", "service", "package" ]
[ "\"\"\"\n The activation Mode of the service package\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b46445d361d8d5688044af834153f7c405bc1fe2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20200301/get_service.py
[ "Apache-2.0" ]
Python
service_placement_policies
Optional[Sequence['outputs.ServicePlacementPolicyDescriptionResponse']]
def service_placement_policies(self) -> Optional[Sequence['outputs.ServicePlacementPolicyDescriptionResponse']]: """ A list that describes the correlation of the service with other services. """ return pulumi.get(self, "service_placement_policies")
A list that describes the correlation of the service with other services.
A list that describes the correlation of the service with other services.
[ "A", "list", "that", "describes", "the", "correlation", "of", "the", "service", "with", "other", "services", "." ]
def service_placement_policies(self) -> Optional[Sequence['outputs.ServicePlacementPolicyDescriptionResponse']]: return pulumi.get(self, "service_placement_policies")
[ "def", "service_placement_policies", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ServicePlacementPolicyDescriptionResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"service_placement_policies\"", ")" ]
A list that describes the correlation of the service with other services.
[ "A", "list", "that", "describes", "the", "correlation", "of", "the", "service", "with", "other", "services", "." ]
[ "\"\"\"\n A list that describes the correlation of the service with other services.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b46445d361d8d5688044af834153f7c405bc1fe2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20200301/get_service.py
[ "Apache-2.0" ]
Python
service_type_name
Optional[str]
def service_type_name(self) -> Optional[str]: """ The name of the service type """ return pulumi.get(self, "service_type_name")
The name of the service type
The name of the service type
[ "The", "name", "of", "the", "service", "type" ]
def service_type_name(self) -> Optional[str]: return pulumi.get(self, "service_type_name")
[ "def", "service_type_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"service_type_name\"", ")" ]
The name of the service type
[ "The", "name", "of", "the", "service", "type" ]
[ "\"\"\"\n The name of the service type\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b4662bb930a655522df6ba8ba7baec18301d74be
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/botservice/latest/get_bot.py
[ "Apache-2.0" ]
Python
properties
'outputs.BotPropertiesResponse'
def properties(self) -> 'outputs.BotPropertiesResponse': """ The set of properties specific to bot resource """ return pulumi.get(self, "properties")
The set of properties specific to bot resource
The set of properties specific to bot resource
[ "The", "set", "of", "properties", "specific", "to", "bot", "resource" ]
def properties(self) -> 'outputs.BotPropertiesResponse': return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "'outputs.BotPropertiesResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
The set of properties specific to bot resource
[ "The", "set", "of", "properties", "specific", "to", "bot", "resource" ]
[ "\"\"\"\n The set of properties specific to bot resource\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
3daa06a78e8369e001ac1e7784fb59ba1d9d933d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20160901/cluster.py
[ "Apache-2.0" ]
Python
available_cluster_versions
pulumi.Output[Sequence['outputs.ClusterVersionDetailsResponse']]
def available_cluster_versions(self) -> pulumi.Output[Sequence['outputs.ClusterVersionDetailsResponse']]: """ The available cluster code version which the cluster can upgrade to, note that you must choose upgradeMode to manual to upgrade to """ return pulumi.get(self, "available_cluster_...
The available cluster code version which the cluster can upgrade to, note that you must choose upgradeMode to manual to upgrade to
The available cluster code version which the cluster can upgrade to, note that you must choose upgradeMode to manual to upgrade to
[ "The", "available", "cluster", "code", "version", "which", "the", "cluster", "can", "upgrade", "to", "note", "that", "you", "must", "choose", "upgradeMode", "to", "manual", "to", "upgrade", "to" ]
def available_cluster_versions(self) -> pulumi.Output[Sequence['outputs.ClusterVersionDetailsResponse']]: return pulumi.get(self, "available_cluster_versions")
[ "def", "available_cluster_versions", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.ClusterVersionDetailsResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"available_cluster_versions\"", ")" ]
The available cluster code version which the cluster can upgrade to, note that you must choose upgradeMode to manual to upgrade to
[ "The", "available", "cluster", "code", "version", "which", "the", "cluster", "can", "upgrade", "to", "note", "that", "you", "must", "choose", "upgradeMode", "to", "manual", "to", "upgrade", "to" ]
[ "\"\"\"\n The available cluster code version which the cluster can upgrade to, note that you must choose upgradeMode to manual to upgrade to\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
3daa06a78e8369e001ac1e7784fb59ba1d9d933d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20160901/cluster.py
[ "Apache-2.0" ]
Python
certificate
pulumi.Output[Optional['outputs.CertificateDescriptionResponse']]
def certificate(self) -> pulumi.Output[Optional['outputs.CertificateDescriptionResponse']]: """ This primary certificate will be used as cluster node to node security, SSL certificate for cluster management endpoint and default admin client """ return pulumi.get(self, "certificate")
This primary certificate will be used as cluster node to node security, SSL certificate for cluster management endpoint and default admin client
This primary certificate will be used as cluster node to node security, SSL certificate for cluster management endpoint and default admin client
[ "This", "primary", "certificate", "will", "be", "used", "as", "cluster", "node", "to", "node", "security", "SSL", "certificate", "for", "cluster", "management", "endpoint", "and", "default", "admin", "client" ]
def certificate(self) -> pulumi.Output[Optional['outputs.CertificateDescriptionResponse']]: return pulumi.get(self, "certificate")
[ "def", "certificate", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.CertificateDescriptionResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"certificate\"", ")" ]
This primary certificate will be used as cluster node to node security, SSL certificate for cluster management endpoint and default admin client
[ "This", "primary", "certificate", "will", "be", "used", "as", "cluster", "node", "to", "node", "security", "SSL", "certificate", "for", "cluster", "management", "endpoint", "and", "default", "admin", "client" ]
[ "\"\"\"\n This primary certificate will be used as cluster node to node security, SSL certificate for cluster management endpoint and default admin client\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
3daa06a78e8369e001ac1e7784fb59ba1d9d933d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20160901/cluster.py
[ "Apache-2.0" ]
Python
client_certificate_common_names
pulumi.Output[Optional[Sequence['outputs.ClientCertificateCommonNameResponse']]]
def client_certificate_common_names(self) -> pulumi.Output[Optional[Sequence['outputs.ClientCertificateCommonNameResponse']]]: """ List of client certificates to whitelist based on common names """ return pulumi.get(self, "client_certificate_common_names")
List of client certificates to whitelist based on common names
List of client certificates to whitelist based on common names
[ "List", "of", "client", "certificates", "to", "whitelist", "based", "on", "common", "names" ]
def client_certificate_common_names(self) -> pulumi.Output[Optional[Sequence['outputs.ClientCertificateCommonNameResponse']]]: return pulumi.get(self, "client_certificate_common_names")
[ "def", "client_certificate_common_names", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ClientCertificateCommonNameResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"client_certi...
List of client certificates to whitelist based on common names
[ "List", "of", "client", "certificates", "to", "whitelist", "based", "on", "common", "names" ]
[ "\"\"\"\n List of client certificates to whitelist based on common names\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
3daa06a78e8369e001ac1e7784fb59ba1d9d933d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20160901/cluster.py
[ "Apache-2.0" ]
Python
client_certificate_thumbprints
pulumi.Output[Optional[Sequence['outputs.ClientCertificateThumbprintResponse']]]
def client_certificate_thumbprints(self) -> pulumi.Output[Optional[Sequence['outputs.ClientCertificateThumbprintResponse']]]: """ The client thumbprint details ,it is used for client access for cluster operation """ return pulumi.get(self, "client_certificate_thumbprints")
The client thumbprint details ,it is used for client access for cluster operation
The client thumbprint details ,it is used for client access for cluster operation
[ "The", "client", "thumbprint", "details", "it", "is", "used", "for", "client", "access", "for", "cluster", "operation" ]
def client_certificate_thumbprints(self) -> pulumi.Output[Optional[Sequence['outputs.ClientCertificateThumbprintResponse']]]: return pulumi.get(self, "client_certificate_thumbprints")
[ "def", "client_certificate_thumbprints", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ClientCertificateThumbprintResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"client_certif...
The client thumbprint details ,it is used for client access for cluster operation
[ "The", "client", "thumbprint", "details", "it", "is", "used", "for", "client", "access", "for", "cluster", "operation" ]
[ "\"\"\"\n The client thumbprint details ,it is used for client access for cluster operation\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
3daa06a78e8369e001ac1e7784fb59ba1d9d933d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20160901/cluster.py
[ "Apache-2.0" ]
Python
diagnostics_storage_account_config
pulumi.Output[Optional['outputs.DiagnosticsStorageAccountConfigResponse']]
def diagnostics_storage_account_config(self) -> pulumi.Output[Optional['outputs.DiagnosticsStorageAccountConfigResponse']]: """ The storage diagnostics account configuration details """ return pulumi.get(self, "diagnostics_storage_account_config")
The storage diagnostics account configuration details
The storage diagnostics account configuration details
[ "The", "storage", "diagnostics", "account", "configuration", "details" ]
def diagnostics_storage_account_config(self) -> pulumi.Output[Optional['outputs.DiagnosticsStorageAccountConfigResponse']]: return pulumi.get(self, "diagnostics_storage_account_config")
[ "def", "diagnostics_storage_account_config", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.DiagnosticsStorageAccountConfigResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"diagnostics_storage_account_confi...
The storage diagnostics account configuration details
[ "The", "storage", "diagnostics", "account", "configuration", "details" ]
[ "\"\"\"\n The storage diagnostics account configuration details\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
3daa06a78e8369e001ac1e7784fb59ba1d9d933d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20160901/cluster.py
[ "Apache-2.0" ]
Python
node_types
pulumi.Output[Sequence['outputs.NodeTypeDescriptionResponse']]
def node_types(self) -> pulumi.Output[Sequence['outputs.NodeTypeDescriptionResponse']]: """ The list of node types that make up the cluster """ return pulumi.get(self, "node_types")
The list of node types that make up the cluster
The list of node types that make up the cluster
[ "The", "list", "of", "node", "types", "that", "make", "up", "the", "cluster" ]
def node_types(self) -> pulumi.Output[Sequence['outputs.NodeTypeDescriptionResponse']]: return pulumi.get(self, "node_types")
[ "def", "node_types", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.NodeTypeDescriptionResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"node_types\"", ")" ]
The list of node types that make up the cluster
[ "The", "list", "of", "node", "types", "that", "make", "up", "the", "cluster" ]
[ "\"\"\"\n The list of node types that make up the cluster\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
3daa06a78e8369e001ac1e7784fb59ba1d9d933d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20160901/cluster.py
[ "Apache-2.0" ]
Python
reliability_level
pulumi.Output[Optional[str]]
def reliability_level(self) -> pulumi.Output[Optional[str]]: """ Cluster reliability level indicates replica set size of system service """ return pulumi.get(self, "reliability_level")
Cluster reliability level indicates replica set size of system service
Cluster reliability level indicates replica set size of system service
[ "Cluster", "reliability", "level", "indicates", "replica", "set", "size", "of", "system", "service" ]
def reliability_level(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "reliability_level")
[ "def", "reliability_level", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"reliability_level\"", ")" ]
Cluster reliability level indicates replica set size of system service
[ "Cluster", "reliability", "level", "indicates", "replica", "set", "size", "of", "system", "service" ]
[ "\"\"\"\n Cluster reliability level indicates replica set size of system service\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
3daa06a78e8369e001ac1e7784fb59ba1d9d933d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20160901/cluster.py
[ "Apache-2.0" ]
Python
reverse_proxy_certificate
pulumi.Output[Optional['outputs.CertificateDescriptionResponse']]
def reverse_proxy_certificate(self) -> pulumi.Output[Optional['outputs.CertificateDescriptionResponse']]: """ The server certificate used by reverse proxy """ return pulumi.get(self, "reverse_proxy_certificate")
The server certificate used by reverse proxy
The server certificate used by reverse proxy
[ "The", "server", "certificate", "used", "by", "reverse", "proxy" ]
def reverse_proxy_certificate(self) -> pulumi.Output[Optional['outputs.CertificateDescriptionResponse']]: return pulumi.get(self, "reverse_proxy_certificate")
[ "def", "reverse_proxy_certificate", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.CertificateDescriptionResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"reverse_proxy_certificate\"", ")" ]
The server certificate used by reverse proxy
[ "The", "server", "certificate", "used", "by", "reverse", "proxy" ]
[ "\"\"\"\n The server certificate used by reverse proxy\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
3daa06a78e8369e001ac1e7784fb59ba1d9d933d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20160901/cluster.py
[ "Apache-2.0" ]
Python
upgrade_description
pulumi.Output[Optional['outputs.ClusterUpgradePolicyResponse']]
def upgrade_description(self) -> pulumi.Output[Optional['outputs.ClusterUpgradePolicyResponse']]: """ The policy to use when upgrading the cluster. """ return pulumi.get(self, "upgrade_description")
The policy to use when upgrading the cluster.
The policy to use when upgrading the cluster.
[ "The", "policy", "to", "use", "when", "upgrading", "the", "cluster", "." ]
def upgrade_description(self) -> pulumi.Output[Optional['outputs.ClusterUpgradePolicyResponse']]: return pulumi.get(self, "upgrade_description")
[ "def", "upgrade_description", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ClusterUpgradePolicyResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"upgrade_description\"", ")" ]
The policy to use when upgrading the cluster.
[ "The", "policy", "to", "use", "when", "upgrading", "the", "cluster", "." ]
[ "\"\"\"\n The policy to use when upgrading the cluster.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
3daa06a78e8369e001ac1e7784fb59ba1d9d933d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20160901/cluster.py
[ "Apache-2.0" ]
Python
vm_image
pulumi.Output[Optional[str]]
def vm_image(self) -> pulumi.Output[Optional[str]]: """ The name of VM image VMSS has been configured with. Generic names such as Windows or Linux can be used. """ return pulumi.get(self, "vm_image")
The name of VM image VMSS has been configured with. Generic names such as Windows or Linux can be used.
The name of VM image VMSS has been configured with. Generic names such as Windows or Linux can be used.
[ "The", "name", "of", "VM", "image", "VMSS", "has", "been", "configured", "with", ".", "Generic", "names", "such", "as", "Windows", "or", "Linux", "can", "be", "used", "." ]
def vm_image(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "vm_image")
[ "def", "vm_image", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"vm_image\"", ")" ]
The name of VM image VMSS has been configured with.
[ "The", "name", "of", "VM", "image", "VMSS", "has", "been", "configured", "with", "." ]
[ "\"\"\"\n The name of VM image VMSS has been configured with. Generic names such as Windows or Linux can be used.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
54b7cbe539d0861d93e01a2174d73157b9caa7bc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/avs/v20210101preview/get_workload_network_segment.py
[ "Apache-2.0" ]
Python
connected_gateway
Optional[str]
def connected_gateway(self) -> Optional[str]: """ Gateway which to connect segment to. """ return pulumi.get(self, "connected_gateway")
Gateway which to connect segment to.
Gateway which to connect segment to.
[ "Gateway", "which", "to", "connect", "segment", "to", "." ]
def connected_gateway(self) -> Optional[str]: return pulumi.get(self, "connected_gateway")
[ "def", "connected_gateway", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"connected_gateway\"", ")" ]
Gateway which to connect segment to.
[ "Gateway", "which", "to", "connect", "segment", "to", "." ]
[ "\"\"\"\n Gateway which to connect segment to.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
54b7cbe539d0861d93e01a2174d73157b9caa7bc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/avs/v20210101preview/get_workload_network_segment.py
[ "Apache-2.0" ]
Python
port_vif
Sequence['outputs.WorkloadNetworkSegmentPortVifResponse']
def port_vif(self) -> Sequence['outputs.WorkloadNetworkSegmentPortVifResponse']: """ Port Vif which segment is associated with. """ return pulumi.get(self, "port_vif")
Port Vif which segment is associated with.
Port Vif which segment is associated with.
[ "Port", "Vif", "which", "segment", "is", "associated", "with", "." ]
def port_vif(self) -> Sequence['outputs.WorkloadNetworkSegmentPortVifResponse']: return pulumi.get(self, "port_vif")
[ "def", "port_vif", "(", "self", ")", "->", "Sequence", "[", "'outputs.WorkloadNetworkSegmentPortVifResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"port_vif\"", ")" ]
Port Vif which segment is associated with.
[ "Port", "Vif", "which", "segment", "is", "associated", "with", "." ]
[ "\"\"\"\n Port Vif which segment is associated with.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
54b7cbe539d0861d93e01a2174d73157b9caa7bc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/avs/v20210101preview/get_workload_network_segment.py
[ "Apache-2.0" ]
Python
subnet
Optional['outputs.WorkloadNetworkSegmentSubnetResponse']
def subnet(self) -> Optional['outputs.WorkloadNetworkSegmentSubnetResponse']: """ Subnet which to connect segment to. """ return pulumi.get(self, "subnet")
Subnet which to connect segment to.
Subnet which to connect segment to.
[ "Subnet", "which", "to", "connect", "segment", "to", "." ]
def subnet(self) -> Optional['outputs.WorkloadNetworkSegmentSubnetResponse']: return pulumi.get(self, "subnet")
[ "def", "subnet", "(", "self", ")", "->", "Optional", "[", "'outputs.WorkloadNetworkSegmentSubnetResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"subnet\"", ")" ]
Subnet which to connect segment to.
[ "Subnet", "which", "to", "connect", "segment", "to", "." ]
[ "\"\"\"\n Subnet which to connect segment to.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d156b93c87ff75aff3c5eb4e9bbc70e2f37a7391
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blueprint/v20171111preview/get_assignment.py
[ "Apache-2.0" ]
Python
blueprint_id
Optional[str]
def blueprint_id(self) -> Optional[str]: """ ID of the Blueprint definition resource. """ return pulumi.get(self, "blueprint_id")
ID of the Blueprint definition resource.
ID of the Blueprint definition resource.
[ "ID", "of", "the", "Blueprint", "definition", "resource", "." ]
def blueprint_id(self) -> Optional[str]: return pulumi.get(self, "blueprint_id")
[ "def", "blueprint_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"blueprint_id\"", ")" ]
ID of the Blueprint definition resource.
[ "ID", "of", "the", "Blueprint", "definition", "resource", "." ]
[ "\"\"\"\n ID of the Blueprint definition resource.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d156b93c87ff75aff3c5eb4e9bbc70e2f37a7391
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blueprint/v20171111preview/get_assignment.py
[ "Apache-2.0" ]
Python
identity
'outputs.ManagedServiceIdentityResponse'
def identity(self) -> 'outputs.ManagedServiceIdentityResponse': """ Managed Service Identity for this Blueprint assignment """ return pulumi.get(self, "identity")
Managed Service Identity for this Blueprint assignment
Managed Service Identity for this Blueprint assignment
[ "Managed", "Service", "Identity", "for", "this", "Blueprint", "assignment" ]
def identity(self) -> 'outputs.ManagedServiceIdentityResponse': return pulumi.get(self, "identity")
[ "def", "identity", "(", "self", ")", "->", "'outputs.ManagedServiceIdentityResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"identity\"", ")" ]
Managed Service Identity for this Blueprint assignment
[ "Managed", "Service", "Identity", "for", "this", "Blueprint", "assignment" ]
[ "\"\"\"\n Managed Service Identity for this Blueprint assignment\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d156b93c87ff75aff3c5eb4e9bbc70e2f37a7391
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blueprint/v20171111preview/get_assignment.py
[ "Apache-2.0" ]
Python
locks
Optional['outputs.AssignmentLockSettingsResponse']
def locks(self) -> Optional['outputs.AssignmentLockSettingsResponse']: """ Defines how Blueprint-managed resources will be locked. """ return pulumi.get(self, "locks")
Defines how Blueprint-managed resources will be locked.
Defines how Blueprint-managed resources will be locked.
[ "Defines", "how", "Blueprint", "-", "managed", "resources", "will", "be", "locked", "." ]
def locks(self) -> Optional['outputs.AssignmentLockSettingsResponse']: return pulumi.get(self, "locks")
[ "def", "locks", "(", "self", ")", "->", "Optional", "[", "'outputs.AssignmentLockSettingsResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"locks\"", ")" ]
Defines how Blueprint-managed resources will be locked.
[ "Defines", "how", "Blueprint", "-", "managed", "resources", "will", "be", "locked", "." ]
[ "\"\"\"\n Defines how Blueprint-managed resources will be locked.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d156b93c87ff75aff3c5eb4e9bbc70e2f37a7391
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blueprint/v20171111preview/get_assignment.py
[ "Apache-2.0" ]
Python
resource_groups
Mapping[str, 'outputs.ResourceGroupValueResponse']
def resource_groups(self) -> Mapping[str, 'outputs.ResourceGroupValueResponse']: """ Names and locations of resource group placeholders. """ return pulumi.get(self, "resource_groups")
Names and locations of resource group placeholders.
Names and locations of resource group placeholders.
[ "Names", "and", "locations", "of", "resource", "group", "placeholders", "." ]
def resource_groups(self) -> Mapping[str, 'outputs.ResourceGroupValueResponse']: return pulumi.get(self, "resource_groups")
[ "def", "resource_groups", "(", "self", ")", "->", "Mapping", "[", "str", ",", "'outputs.ResourceGroupValueResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"resource_groups\"", ")" ]
Names and locations of resource group placeholders.
[ "Names", "and", "locations", "of", "resource", "group", "placeholders", "." ]
[ "\"\"\"\n Names and locations of resource group placeholders.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d156b93c87ff75aff3c5eb4e9bbc70e2f37a7391
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blueprint/v20171111preview/get_assignment.py
[ "Apache-2.0" ]
Python
status
'outputs.AssignmentStatusResponse'
def status(self) -> 'outputs.AssignmentStatusResponse': """ Status of Blueprint assignment. This field is readonly. """ return pulumi.get(self, "status")
Status of Blueprint assignment. This field is readonly.
Status of Blueprint assignment. This field is readonly.
[ "Status", "of", "Blueprint", "assignment", ".", "This", "field", "is", "readonly", "." ]
def status(self) -> 'outputs.AssignmentStatusResponse': return pulumi.get(self, "status")
[ "def", "status", "(", "self", ")", "->", "'outputs.AssignmentStatusResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"status\"", ")" ]
Status of Blueprint assignment.
[ "Status", "of", "Blueprint", "assignment", "." ]
[ "\"\"\"\n Status of Blueprint assignment. This field is readonly.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d160390d86442722eaf483012afbcd2ce72dd54d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storage/latest/list_storage_account_keys.py
[ "Apache-2.0" ]
Python
keys
Sequence['outputs.StorageAccountKeyResponseResult']
def keys(self) -> Sequence['outputs.StorageAccountKeyResponseResult']: """ Gets the list of storage account keys and their properties for the specified storage account. """ return pulumi.get(self, "keys")
Gets the list of storage account keys and their properties for the specified storage account.
Gets the list of storage account keys and their properties for the specified storage account.
[ "Gets", "the", "list", "of", "storage", "account", "keys", "and", "their", "properties", "for", "the", "specified", "storage", "account", "." ]
def keys(self) -> Sequence['outputs.StorageAccountKeyResponseResult']: return pulumi.get(self, "keys")
[ "def", "keys", "(", "self", ")", "->", "Sequence", "[", "'outputs.StorageAccountKeyResponseResult'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"keys\"", ")" ]
Gets the list of storage account keys and their properties for the specified storage account.
[ "Gets", "the", "list", "of", "storage", "account", "keys", "and", "their", "properties", "for", "the", "specified", "storage", "account", "." ]
[ "\"\"\"\n Gets the list of storage account keys and their properties for the specified storage account.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6900024e1c90d24e870ea0a01c017d044c82ecc3
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/documentdb/v20160331/get_database_account.py
[ "Apache-2.0" ]
Python
ip_range_filter
Optional[str]
def ip_range_filter(self) -> Optional[str]: """ Cosmos DB Firewall Support: This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account. IP addresses/ranges must be comma separated and must not contain any s...
Cosmos DB Firewall Support: This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account. IP addresses/ranges must be comma separated and must not contain any spaces.
Cosmos DB Firewall Support: This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account. IP addresses/ranges must be comma separated and must not contain any spaces.
[ "Cosmos", "DB", "Firewall", "Support", ":", "This", "value", "specifies", "the", "set", "of", "IP", "addresses", "or", "IP", "address", "ranges", "in", "CIDR", "form", "to", "be", "included", "as", "the", "allowed", "list", "of", "client", "IPs", "for", ...
def ip_range_filter(self) -> Optional[str]: return pulumi.get(self, "ip_range_filter")
[ "def", "ip_range_filter", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ip_range_filter\"", ")" ]
Cosmos DB Firewall Support: This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account.
[ "Cosmos", "DB", "Firewall", "Support", ":", "This", "value", "specifies", "the", "set", "of", "IP", "addresses", "or", "IP", "address", "ranges", "in", "CIDR", "form", "to", "be", "included", "as", "the", "allowed", "list", "of", "client", "IPs", "for", ...
[ "\"\"\"\n Cosmos DB Firewall Support: This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account. IP addresses/ranges must be comma separated and must not contain any spaces.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
690b5c9df695d45a72f16e34927ddc04cc57a1cd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/policyinsights/v20210101/attestation_at_resource_group.py
[ "Apache-2.0" ]
Python
comments
pulumi.Output[Optional[str]]
def comments(self) -> pulumi.Output[Optional[str]]: """ Comments describing why this attestation was created. """ return pulumi.get(self, "comments")
Comments describing why this attestation was created.
Comments describing why this attestation was created.
[ "Comments", "describing", "why", "this", "attestation", "was", "created", "." ]
def comments(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "comments")
[ "def", "comments", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"comments\"", ")" ]
Comments describing why this attestation was created.
[ "Comments", "describing", "why", "this", "attestation", "was", "created", "." ]
[ "\"\"\"\n Comments describing why this attestation was created.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
690b5c9df695d45a72f16e34927ddc04cc57a1cd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/policyinsights/v20210101/attestation_at_resource_group.py
[ "Apache-2.0" ]
Python
compliance_state
pulumi.Output[Optional[str]]
def compliance_state(self) -> pulumi.Output[Optional[str]]: """ The compliance state that should be set on the resource. """ return pulumi.get(self, "compliance_state")
The compliance state that should be set on the resource.
The compliance state that should be set on the resource.
[ "The", "compliance", "state", "that", "should", "be", "set", "on", "the", "resource", "." ]
def compliance_state(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "compliance_state")
[ "def", "compliance_state", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"compliance_state\"", ")" ]
The compliance state that should be set on the resource.
[ "The", "compliance", "state", "that", "should", "be", "set", "on", "the", "resource", "." ]
[ "\"\"\"\n The compliance state that should be set on the resource.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
690b5c9df695d45a72f16e34927ddc04cc57a1cd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/policyinsights/v20210101/attestation_at_resource_group.py
[ "Apache-2.0" ]
Python
evidence
pulumi.Output[Optional[Sequence['outputs.AttestationEvidenceResponse']]]
def evidence(self) -> pulumi.Output[Optional[Sequence['outputs.AttestationEvidenceResponse']]]: """ The evidence supporting the compliance state set in this attestation. """ return pulumi.get(self, "evidence")
The evidence supporting the compliance state set in this attestation.
The evidence supporting the compliance state set in this attestation.
[ "The", "evidence", "supporting", "the", "compliance", "state", "set", "in", "this", "attestation", "." ]
def evidence(self) -> pulumi.Output[Optional[Sequence['outputs.AttestationEvidenceResponse']]]: return pulumi.get(self, "evidence")
[ "def", "evidence", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.AttestationEvidenceResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"evidence\"", ")" ]
The evidence supporting the compliance state set in this attestation.
[ "The", "evidence", "supporting", "the", "compliance", "state", "set", "in", "this", "attestation", "." ]
[ "\"\"\"\n The evidence supporting the compliance state set in this attestation.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
690b5c9df695d45a72f16e34927ddc04cc57a1cd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/policyinsights/v20210101/attestation_at_resource_group.py
[ "Apache-2.0" ]
Python
last_compliance_state_change_at
pulumi.Output[str]
def last_compliance_state_change_at(self) -> pulumi.Output[str]: """ The time the compliance state was last changed in this attestation. """ return pulumi.get(self, "last_compliance_state_change_at")
The time the compliance state was last changed in this attestation.
The time the compliance state was last changed in this attestation.
[ "The", "time", "the", "compliance", "state", "was", "last", "changed", "in", "this", "attestation", "." ]
def last_compliance_state_change_at(self) -> pulumi.Output[str]: return pulumi.get(self, "last_compliance_state_change_at")
[ "def", "last_compliance_state_change_at", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_compliance_state_change_at\"", ")" ]
The time the compliance state was last changed in this attestation.
[ "The", "time", "the", "compliance", "state", "was", "last", "changed", "in", "this", "attestation", "." ]
[ "\"\"\"\n The time the compliance state was last changed in this attestation.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
692135652b2c71a7d6e5cbc5a7b86e4a2b1bd8fa
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/get_jit_network_access_policy.py
[ "Apache-2.0" ]
Python
virtual_machines
Sequence['outputs.JitNetworkAccessPolicyVirtualMachineResponse']
def virtual_machines(self) -> Sequence['outputs.JitNetworkAccessPolicyVirtualMachineResponse']: """ Configurations for Microsoft.Compute/virtualMachines resource type. """ return pulumi.get(self, "virtual_machines")
Configurations for Microsoft.Compute/virtualMachines resource type.
Configurations for Microsoft.Compute/virtualMachines resource type.
[ "Configurations", "for", "Microsoft", ".", "Compute", "/", "virtualMachines", "resource", "type", "." ]
def virtual_machines(self) -> Sequence['outputs.JitNetworkAccessPolicyVirtualMachineResponse']: return pulumi.get(self, "virtual_machines")
[ "def", "virtual_machines", "(", "self", ")", "->", "Sequence", "[", "'outputs.JitNetworkAccessPolicyVirtualMachineResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"virtual_machines\"", ")" ]
Configurations for Microsoft.Compute/virtualMachines resource type.
[ "Configurations", "for", "Microsoft", ".", "Compute", "/", "virtualMachines", "resource", "type", "." ]
[ "\"\"\"\n Configurations for Microsoft.Compute/virtualMachines resource type.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2aac3d68ce46821111e0e29e2f3149475138c614
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20170701preview/application.py
[ "Apache-2.0" ]
Python
maximum_nodes
pulumi.Output[Optional[float]]
def maximum_nodes(self) -> pulumi.Output[Optional[float]]: """ The maximum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. By default, the value of this property is z...
The maximum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. By default, the value of this property is zero and it means that the services can be placed on any node.
The maximum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. By default, the value of this property is zero and it means that the services can be placed on any node.
[ "The", "maximum", "number", "of", "nodes", "where", "Service", "Fabric", "will", "reserve", "capacity", "for", "this", "application", ".", "Note", "that", "this", "does", "not", "mean", "that", "the", "services", "of", "this", "application", "will", "be", "p...
def maximum_nodes(self) -> pulumi.Output[Optional[float]]: return pulumi.get(self, "maximum_nodes")
[ "def", "maximum_nodes", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "float", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"maximum_nodes\"", ")" ]
The maximum number of nodes where Service Fabric will reserve capacity for this application.
[ "The", "maximum", "number", "of", "nodes", "where", "Service", "Fabric", "will", "reserve", "capacity", "for", "this", "application", "." ]
[ "\"\"\"\n The maximum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. By default, the value of this property is zero and it means that the services can be placed on any no...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2aac3d68ce46821111e0e29e2f3149475138c614
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20170701preview/application.py
[ "Apache-2.0" ]
Python
minimum_nodes
pulumi.Output[Optional[float]]
def minimum_nodes(self) -> pulumi.Output[Optional[float]]: """ The minimum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. If this property is set to zero, no capacit...
The minimum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. If this property is set to zero, no capacity will be reserved. The value of this property cannot be more than the...
The minimum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. If this property is set to zero, no capacity will be reserved. The value of this property cannot be more than the value of...
[ "The", "minimum", "number", "of", "nodes", "where", "Service", "Fabric", "will", "reserve", "capacity", "for", "this", "application", ".", "Note", "that", "this", "does", "not", "mean", "that", "the", "services", "of", "this", "application", "will", "be", "p...
def minimum_nodes(self) -> pulumi.Output[Optional[float]]: return pulumi.get(self, "minimum_nodes")
[ "def", "minimum_nodes", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "float", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"minimum_nodes\"", ")" ]
The minimum number of nodes where Service Fabric will reserve capacity for this application.
[ "The", "minimum", "number", "of", "nodes", "where", "Service", "Fabric", "will", "reserve", "capacity", "for", "this", "application", "." ]
[ "\"\"\"\n The minimum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. If this property is set to zero, no capacity will be reserved. The value of this property cannot be m...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8464b9de25df0d9d1a3762a0e7dfd2a12d14485f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/latest/get_app_service_plan.py
[ "Apache-2.0" ]
Python
free_offer_expiration_time
Optional[str]
def free_offer_expiration_time(self) -> Optional[str]: """ The time when the server farm free offer expires. """ return pulumi.get(self, "free_offer_expiration_time")
The time when the server farm free offer expires.
The time when the server farm free offer expires.
[ "The", "time", "when", "the", "server", "farm", "free", "offer", "expires", "." ]
def free_offer_expiration_time(self) -> Optional[str]: return pulumi.get(self, "free_offer_expiration_time")
[ "def", "free_offer_expiration_time", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"free_offer_expiration_time\"", ")" ]
The time when the server farm free offer expires.
[ "The", "time", "when", "the", "server", "farm", "free", "offer", "expires", "." ]
[ "\"\"\"\n The time when the server farm free offer expires.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8464b9de25df0d9d1a3762a0e7dfd2a12d14485f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/latest/get_app_service_plan.py
[ "Apache-2.0" ]
Python
hyper_v
Optional[bool]
def hyper_v(self) -> Optional[bool]: """ If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise. """ return pulumi.get(self, "hyper_v")
If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.
If Hyper-V container app service plan true, false otherwise.
[ "If", "Hyper", "-", "V", "container", "app", "service", "plan", "true", "false", "otherwise", "." ]
def hyper_v(self) -> Optional[bool]: return pulumi.get(self, "hyper_v")
[ "def", "hyper_v", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hyper_v\"", ")" ]
If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.
[ "If", "Hyper", "-", "V", "container", "app", "service", "plan", "<code", ">", "true<", "/", "code", ">", "<code", ">", "false<", "/", "code", ">", "otherwise", "." ]
[ "\"\"\"\n If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8464b9de25df0d9d1a3762a0e7dfd2a12d14485f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/latest/get_app_service_plan.py
[ "Apache-2.0" ]
Python
is_xenon
Optional[bool]
def is_xenon(self) -> Optional[bool]: """ Obsolete: If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise. """ return pulumi.get(self, "is_xenon")
Obsolete: If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.
If Hyper-V container app service plan true, false otherwise.
[ "If", "Hyper", "-", "V", "container", "app", "service", "plan", "true", "false", "otherwise", "." ]
def is_xenon(self) -> Optional[bool]: return pulumi.get(self, "is_xenon")
[ "def", "is_xenon", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_xenon\"", ")" ]
Obsolete: If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.
[ "Obsolete", ":", "If", "Hyper", "-", "V", "container", "app", "service", "plan", "<code", ">", "true<", "/", "code", ">", "<code", ">", "false<", "/", "code", ">", "otherwise", "." ]
[ "\"\"\"\n Obsolete: If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8464b9de25df0d9d1a3762a0e7dfd2a12d14485f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/latest/get_app_service_plan.py
[ "Apache-2.0" ]
Python
maximum_elastic_worker_count
Optional[int]
def maximum_elastic_worker_count(self) -> Optional[int]: """ Maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan """ return pulumi.get(self, "maximum_elastic_worker_count")
Maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan
Maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan
[ "Maximum", "number", "of", "total", "workers", "allowed", "for", "this", "ElasticScaleEnabled", "App", "Service", "Plan" ]
def maximum_elastic_worker_count(self) -> Optional[int]: return pulumi.get(self, "maximum_elastic_worker_count")
[ "def", "maximum_elastic_worker_count", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"maximum_elastic_worker_count\"", ")" ]
Maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan
[ "Maximum", "number", "of", "total", "workers", "allowed", "for", "this", "ElasticScaleEnabled", "App", "Service", "Plan" ]
[ "\"\"\"\n Maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
51665da0a3be50bcd8df67b8be8f026902be1573
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20170901/express_route_circuit_peering.py
[ "Apache-2.0" ]
Python
route_filter
pulumi.Output[Optional['outputs.RouteFilterResponse']]
def route_filter(self) -> pulumi.Output[Optional['outputs.RouteFilterResponse']]: """ The reference of the RouteFilter resource. """ return pulumi.get(self, "route_filter")
The reference of the RouteFilter resource.
The reference of the RouteFilter resource.
[ "The", "reference", "of", "the", "RouteFilter", "resource", "." ]
def route_filter(self) -> pulumi.Output[Optional['outputs.RouteFilterResponse']]: return pulumi.get(self, "route_filter")
[ "def", "route_filter", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.RouteFilterResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"route_filter\"", ")" ]
The reference of the RouteFilter resource.
[ "The", "reference", "of", "the", "RouteFilter", "resource", "." ]
[ "\"\"\"\n The reference of the RouteFilter resource.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
5173d4f0b28bc6be61b0fe1d17d9d04dd62cd07c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/documentdb/get_notebook_workspace.py
[ "Apache-2.0" ]
Python
notebook_server_endpoint
str
def notebook_server_endpoint(self) -> str: """ Specifies the endpoint of Notebook server. """ return pulumi.get(self, "notebook_server_endpoint")
Specifies the endpoint of Notebook server.
Specifies the endpoint of Notebook server.
[ "Specifies", "the", "endpoint", "of", "Notebook", "server", "." ]
def notebook_server_endpoint(self) -> str: return pulumi.get(self, "notebook_server_endpoint")
[ "def", "notebook_server_endpoint", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"notebook_server_endpoint\"", ")" ]
Specifies the endpoint of Notebook server.
[ "Specifies", "the", "endpoint", "of", "Notebook", "server", "." ]
[ "\"\"\"\n Specifies the endpoint of Notebook server.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
51859d3758718a45e910fab375500446309844b3
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200601/express_route_circuit_connection.py
[ "Apache-2.0" ]
Python
ipv6_circuit_connection_config
pulumi.Output[Optional['outputs.Ipv6CircuitConnectionConfigResponse']]
def ipv6_circuit_connection_config(self) -> pulumi.Output[Optional['outputs.Ipv6CircuitConnectionConfigResponse']]: """ IPv6 Address PrefixProperties of the express route circuit connection. """ return pulumi.get(self, "ipv6_circuit_connection_config")
IPv6 Address PrefixProperties of the express route circuit connection.
IPv6 Address PrefixProperties of the express route circuit connection.
[ "IPv6", "Address", "PrefixProperties", "of", "the", "express", "route", "circuit", "connection", "." ]
def ipv6_circuit_connection_config(self) -> pulumi.Output[Optional['outputs.Ipv6CircuitConnectionConfigResponse']]: return pulumi.get(self, "ipv6_circuit_connection_config")
[ "def", "ipv6_circuit_connection_config", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.Ipv6CircuitConnectionConfigResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ipv6_circuit_connection_config\"", ")" ...
IPv6 Address PrefixProperties of the express route circuit connection.
[ "IPv6", "Address", "PrefixProperties", "of", "the", "express", "route", "circuit", "connection", "." ]
[ "\"\"\"\n IPv6 Address PrefixProperties of the express route circuit connection.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
518f13413648212cf013a991ab6e02f50f1f91bc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/search/v20191001preview/list_admin_key.py
[ "Apache-2.0" ]
Python
list_admin_key
AwaitableListAdminKeyResult
def list_admin_key(resource_group_name: Optional[str] = None, search_service_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListAdminKeyResult: """ Response containing the primary and secondary admin API keys for a given Azure Cognitive...
Response containing the primary and secondary admin API keys for a given Azure Cognitive Search service. :param str resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal. :param str search_service_n...
Response containing the primary and secondary admin API keys for a given Azure Cognitive Search service.
[ "Response", "containing", "the", "primary", "and", "secondary", "admin", "API", "keys", "for", "a", "given", "Azure", "Cognitive", "Search", "service", "." ]
def list_admin_key(resource_group_name: Optional[str] = None, search_service_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListAdminKeyResult: __args__ = dict() __args__['resourceGroupName'] = resource_group_name __args__['searchSe...
[ "def", "list_admin_key", "(", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "search_service_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", "]", "=", "Non...
Response containing the primary and secondary admin API keys for a given Azure Cognitive Search service.
[ "Response", "containing", "the", "primary", "and", "secondary", "admin", "API", "keys", "for", "a", "given", "Azure", "Cognitive", "Search", "service", "." ]
[ "\"\"\"\n Response containing the primary and secondary admin API keys for a given Azure Cognitive Search service.\n\n\n :param str resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.\n :param str ...
[ { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "search_service_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "resource_group_name", "type": "Optional[str]", "docstring": "The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.", "docstring_tokens": [ ...
49408ac4aa423af83818f28fb7f474daf04d3127
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/p2s_vpn_server_configuration.py
[ "Apache-2.0" ]
Python
p2_s_vpn_gateways
pulumi.Output[Sequence['outputs.SubResourceResponse']]
def p2_s_vpn_gateways(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]: """ List of references to P2SVpnGateways. """ return pulumi.get(self, "p2_s_vpn_gateways")
List of references to P2SVpnGateways.
List of references to P2SVpnGateways.
[ "List", "of", "references", "to", "P2SVpnGateways", "." ]
def p2_s_vpn_gateways(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]: return pulumi.get(self, "p2_s_vpn_gateways")
[ "def", "p2_s_vpn_gateways", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.SubResourceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"p2_s_vpn_gateways\"", ")" ]
List of references to P2SVpnGateways.
[ "List", "of", "references", "to", "P2SVpnGateways", "." ]
[ "\"\"\"\n List of references to P2SVpnGateways.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
49408ac4aa423af83818f28fb7f474daf04d3127
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/p2s_vpn_server_configuration.py
[ "Apache-2.0" ]
Python
p2_s_vpn_server_config_radius_client_root_certificates
pulumi.Output[Optional[Sequence['outputs.P2SVpnServerConfigRadiusClientRootCertificateResponse']]]
def p2_s_vpn_server_config_radius_client_root_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.P2SVpnServerConfigRadiusClientRootCertificateResponse']]]: """ Radius client root certificate of P2SVpnServerConfiguration. """ return pulumi.get(self, "p2_s_vpn_server_config_rad...
Radius client root certificate of P2SVpnServerConfiguration.
Radius client root certificate of P2SVpnServerConfiguration.
[ "Radius", "client", "root", "certificate", "of", "P2SVpnServerConfiguration", "." ]
def p2_s_vpn_server_config_radius_client_root_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.P2SVpnServerConfigRadiusClientRootCertificateResponse']]]: return pulumi.get(self, "p2_s_vpn_server_config_radius_client_root_certificates")
[ "def", "p2_s_vpn_server_config_radius_client_root_certificates", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.P2SVpnServerConfigRadiusClientRootCertificateResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", ...
Radius client root certificate of P2SVpnServerConfiguration.
[ "Radius", "client", "root", "certificate", "of", "P2SVpnServerConfiguration", "." ]
[ "\"\"\"\n Radius client root certificate of P2SVpnServerConfiguration.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
49408ac4aa423af83818f28fb7f474daf04d3127
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/p2s_vpn_server_configuration.py
[ "Apache-2.0" ]
Python
p2_s_vpn_server_config_radius_server_root_certificates
pulumi.Output[Optional[Sequence['outputs.P2SVpnServerConfigRadiusServerRootCertificateResponse']]]
def p2_s_vpn_server_config_radius_server_root_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.P2SVpnServerConfigRadiusServerRootCertificateResponse']]]: """ Radius Server root certificate of P2SVpnServerConfiguration. """ return pulumi.get(self, "p2_s_vpn_server_config_rad...
Radius Server root certificate of P2SVpnServerConfiguration.
Radius Server root certificate of P2SVpnServerConfiguration.
[ "Radius", "Server", "root", "certificate", "of", "P2SVpnServerConfiguration", "." ]
def p2_s_vpn_server_config_radius_server_root_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.P2SVpnServerConfigRadiusServerRootCertificateResponse']]]: return pulumi.get(self, "p2_s_vpn_server_config_radius_server_root_certificates")
[ "def", "p2_s_vpn_server_config_radius_server_root_certificates", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.P2SVpnServerConfigRadiusServerRootCertificateResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", ...
Radius Server root certificate of P2SVpnServerConfiguration.
[ "Radius", "Server", "root", "certificate", "of", "P2SVpnServerConfiguration", "." ]
[ "\"\"\"\n Radius Server root certificate of P2SVpnServerConfiguration.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
49408ac4aa423af83818f28fb7f474daf04d3127
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/p2s_vpn_server_configuration.py
[ "Apache-2.0" ]
Python
p2_s_vpn_server_config_vpn_client_revoked_certificates
pulumi.Output[Optional[Sequence['outputs.P2SVpnServerConfigVpnClientRevokedCertificateResponse']]]
def p2_s_vpn_server_config_vpn_client_revoked_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.P2SVpnServerConfigVpnClientRevokedCertificateResponse']]]: """ VPN client revoked certificate of P2SVpnServerConfiguration. """ return pulumi.get(self, "p2_s_vpn_server_config_vpn...
VPN client revoked certificate of P2SVpnServerConfiguration.
VPN client revoked certificate of P2SVpnServerConfiguration.
[ "VPN", "client", "revoked", "certificate", "of", "P2SVpnServerConfiguration", "." ]
def p2_s_vpn_server_config_vpn_client_revoked_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.P2SVpnServerConfigVpnClientRevokedCertificateResponse']]]: return pulumi.get(self, "p2_s_vpn_server_config_vpn_client_revoked_certificates")
[ "def", "p2_s_vpn_server_config_vpn_client_revoked_certificates", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.P2SVpnServerConfigVpnClientRevokedCertificateResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", ...
VPN client revoked certificate of P2SVpnServerConfiguration.
[ "VPN", "client", "revoked", "certificate", "of", "P2SVpnServerConfiguration", "." ]
[ "\"\"\"\n VPN client revoked certificate of P2SVpnServerConfiguration.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
49408ac4aa423af83818f28fb7f474daf04d3127
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/p2s_vpn_server_configuration.py
[ "Apache-2.0" ]
Python
p2_s_vpn_server_config_vpn_client_root_certificates
pulumi.Output[Optional[Sequence['outputs.P2SVpnServerConfigVpnClientRootCertificateResponse']]]
def p2_s_vpn_server_config_vpn_client_root_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.P2SVpnServerConfigVpnClientRootCertificateResponse']]]: """ VPN client root certificate of P2SVpnServerConfiguration. """ return pulumi.get(self, "p2_s_vpn_server_config_vpn_client_r...
VPN client root certificate of P2SVpnServerConfiguration.
VPN client root certificate of P2SVpnServerConfiguration.
[ "VPN", "client", "root", "certificate", "of", "P2SVpnServerConfiguration", "." ]
def p2_s_vpn_server_config_vpn_client_root_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.P2SVpnServerConfigVpnClientRootCertificateResponse']]]: return pulumi.get(self, "p2_s_vpn_server_config_vpn_client_root_certificates")
[ "def", "p2_s_vpn_server_config_vpn_client_root_certificates", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.P2SVpnServerConfigVpnClientRootCertificateResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(",...
VPN client root certificate of P2SVpnServerConfiguration.
[ "VPN", "client", "root", "certificate", "of", "P2SVpnServerConfiguration", "." ]
[ "\"\"\"\n VPN client root certificate of P2SVpnServerConfiguration.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
49408ac4aa423af83818f28fb7f474daf04d3127
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/p2s_vpn_server_configuration.py
[ "Apache-2.0" ]
Python
radius_server_address
pulumi.Output[Optional[str]]
def radius_server_address(self) -> pulumi.Output[Optional[str]]: """ The radius server address property of the P2SVpnServerConfiguration resource for point to site client connection. """ return pulumi.get(self, "radius_server_address")
The radius server address property of the P2SVpnServerConfiguration resource for point to site client connection.
The radius server address property of the P2SVpnServerConfiguration resource for point to site client connection.
[ "The", "radius", "server", "address", "property", "of", "the", "P2SVpnServerConfiguration", "resource", "for", "point", "to", "site", "client", "connection", "." ]
def radius_server_address(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "radius_server_address")
[ "def", "radius_server_address", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"radius_server_address\"", ")" ]
The radius server address property of the P2SVpnServerConfiguration resource for point to site client connection.
[ "The", "radius", "server", "address", "property", "of", "the", "P2SVpnServerConfiguration", "resource", "for", "point", "to", "site", "client", "connection", "." ]
[ "\"\"\"\n The radius server address property of the P2SVpnServerConfiguration resource for point to site client connection.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
49408ac4aa423af83818f28fb7f474daf04d3127
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/p2s_vpn_server_configuration.py
[ "Apache-2.0" ]
Python
radius_server_secret
pulumi.Output[Optional[str]]
def radius_server_secret(self) -> pulumi.Output[Optional[str]]: """ The radius secret property of the P2SVpnServerConfiguration resource for point to site client connection. """ return pulumi.get(self, "radius_server_secret")
The radius secret property of the P2SVpnServerConfiguration resource for point to site client connection.
The radius secret property of the P2SVpnServerConfiguration resource for point to site client connection.
[ "The", "radius", "secret", "property", "of", "the", "P2SVpnServerConfiguration", "resource", "for", "point", "to", "site", "client", "connection", "." ]
def radius_server_secret(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "radius_server_secret")
[ "def", "radius_server_secret", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"radius_server_secret\"", ")" ]
The radius secret property of the P2SVpnServerConfiguration resource for point to site client connection.
[ "The", "radius", "secret", "property", "of", "the", "P2SVpnServerConfiguration", "resource", "for", "point", "to", "site", "client", "connection", "." ]
[ "\"\"\"\n The radius secret property of the P2SVpnServerConfiguration resource for point to site client connection.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
49408ac4aa423af83818f28fb7f474daf04d3127
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/p2s_vpn_server_configuration.py
[ "Apache-2.0" ]
Python
vpn_protocols
pulumi.Output[Optional[Sequence[str]]]
def vpn_protocols(self) -> pulumi.Output[Optional[Sequence[str]]]: """ VPN protocols for the P2SVpnServerConfiguration. """ return pulumi.get(self, "vpn_protocols")
VPN protocols for the P2SVpnServerConfiguration.
VPN protocols for the P2SVpnServerConfiguration.
[ "VPN", "protocols", "for", "the", "P2SVpnServerConfiguration", "." ]
def vpn_protocols(self) -> pulumi.Output[Optional[Sequence[str]]]: return pulumi.get(self, "vpn_protocols")
[ "def", "vpn_protocols", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"vpn_protocols\"", ")" ]
VPN protocols for the P2SVpnServerConfiguration.
[ "VPN", "protocols", "for", "the", "P2SVpnServerConfiguration", "." ]
[ "\"\"\"\n VPN protocols for the P2SVpnServerConfiguration.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4957419945f8f49a77e63d2ee6a2bb69f14178e2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/changeanalysis/v20200401preview/configuration_profile.py
[ "Apache-2.0" ]
Python
properties
pulumi.Output['outputs.ConfigurationProfileResourcePropertiesResponse']
def properties(self) -> pulumi.Output['outputs.ConfigurationProfileResourcePropertiesResponse']: """ The properties of a configuration profile. """ return pulumi.get(self, "properties")
The properties of a configuration profile.
The properties of a configuration profile.
[ "The", "properties", "of", "a", "configuration", "profile", "." ]
def properties(self) -> pulumi.Output['outputs.ConfigurationProfileResourcePropertiesResponse']: return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.ConfigurationProfileResourcePropertiesResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
The properties of a configuration profile.
[ "The", "properties", "of", "a", "configuration", "profile", "." ]
[ "\"\"\"\n The properties of a configuration profile.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f99eade056e2d6d8ec8b9e6ad2833df5596c14de
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/latest/user.py
[ "Apache-2.0" ]
Python
identity
pulumi.Output[Optional['outputs.UserIdentityResponse']]
def identity(self) -> pulumi.Output[Optional['outputs.UserIdentityResponse']]: """ The identity of the user. """ return pulumi.get(self, "identity")
The identity of the user.
The identity of the user.
[ "The", "identity", "of", "the", "user", "." ]
def identity(self) -> pulumi.Output[Optional['outputs.UserIdentityResponse']]: return pulumi.get(self, "identity")
[ "def", "identity", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.UserIdentityResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"identity\"", ")" ]
The identity of the user.
[ "The", "identity", "of", "the", "user", "." ]
[ "\"\"\"\n The identity of the user.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f99eade056e2d6d8ec8b9e6ad2833df5596c14de
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/latest/user.py
[ "Apache-2.0" ]
Python
secret_store
pulumi.Output[Optional['outputs.UserSecretStoreResponse']]
def secret_store(self) -> pulumi.Output[Optional['outputs.UserSecretStoreResponse']]: """ The secret store of the user. """ return pulumi.get(self, "secret_store")
The secret store of the user.
The secret store of the user.
[ "The", "secret", "store", "of", "the", "user", "." ]
def secret_store(self) -> pulumi.Output[Optional['outputs.UserSecretStoreResponse']]: return pulumi.get(self, "secret_store")
[ "def", "secret_store", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.UserSecretStoreResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"secret_store\"", ")" ]
The secret store of the user.
[ "The", "secret", "store", "of", "the", "user", "." ]
[ "\"\"\"\n The secret store of the user.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f9a62daeb06b954b95e03d836dde8122d0cad47a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/netapp/get_backup_policy.py
[ "Apache-2.0" ]
Python
volume_backups
Optional[Sequence['outputs.VolumeBackupsResponse']]
def volume_backups(self) -> Optional[Sequence['outputs.VolumeBackupsResponse']]: """ A list of volumes assigned to this policy """ return pulumi.get(self, "volume_backups")
A list of volumes assigned to this policy
A list of volumes assigned to this policy
[ "A", "list", "of", "volumes", "assigned", "to", "this", "policy" ]
def volume_backups(self) -> Optional[Sequence['outputs.VolumeBackupsResponse']]: return pulumi.get(self, "volume_backups")
[ "def", "volume_backups", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.VolumeBackupsResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"volume_backups\"", ")" ]
A list of volumes assigned to this policy
[ "A", "list", "of", "volumes", "assigned", "to", "this", "policy" ]
[ "\"\"\"\n A list of volumes assigned to this policy\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f9b81f86cecadc05088a345fdc2b36fa85edeb36
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20170301preview/database_vulnerability_assessment.py
[ "Apache-2.0" ]
Python
storage_container_path
pulumi.Output[Optional[str]]
def storage_container_path(self) -> pulumi.Output[Optional[str]]: """ A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/). It is required if server level vulnerability assessment policy doesn't set """ return pulumi.get(self, "s...
A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/). It is required if server level vulnerability assessment policy doesn't set
A blob storage container path to hold the scan results . It is required if server level vulnerability assessment policy doesn't set
[ "A", "blob", "storage", "container", "path", "to", "hold", "the", "scan", "results", ".", "It", "is", "required", "if", "server", "level", "vulnerability", "assessment", "policy", "doesn", "'", "t", "set" ]
def storage_container_path(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "storage_container_path")
[ "def", "storage_container_path", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"storage_container_path\"", ")" ]
A blob storage container path to hold the scan results (e.g.
[ "A", "blob", "storage", "container", "path", "to", "hold", "the", "scan", "results", "(", "e", ".", "g", "." ]
[ "\"\"\"\n A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/). It is required if server level vulnerability assessment policy doesn't set\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c67e8efd16edfa0102aebf4a4fe0d56ff1e0c67b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/latest/server.py
[ "Apache-2.0" ]
Python
external_administrator_login
pulumi.Output[str]
def external_administrator_login(self) -> pulumi.Output[str]: """ The display name of the Azure Active Directory object with admin permissions on this server. Legacy parameter, always null. To check for Active Directory admin, query .../servers/{serverName}/administrators """ return pulu...
The display name of the Azure Active Directory object with admin permissions on this server. Legacy parameter, always null. To check for Active Directory admin, query .../servers/{serverName}/administrators
The display name of the Azure Active Directory object with admin permissions on this server. Legacy parameter, always null. To check for Active Directory admin, query .../servers/{serverName}/administrators
[ "The", "display", "name", "of", "the", "Azure", "Active", "Directory", "object", "with", "admin", "permissions", "on", "this", "server", ".", "Legacy", "parameter", "always", "null", ".", "To", "check", "for", "Active", "Directory", "admin", "query", "...", ...
def external_administrator_login(self) -> pulumi.Output[str]: return pulumi.get(self, "external_administrator_login")
[ "def", "external_administrator_login", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"external_administrator_login\"", ")" ]
The display name of the Azure Active Directory object with admin permissions on this server.
[ "The", "display", "name", "of", "the", "Azure", "Active", "Directory", "object", "with", "admin", "permissions", "on", "this", "server", "." ]
[ "\"\"\"\n The display name of the Azure Active Directory object with admin permissions on this server. Legacy parameter, always null. To check for Active Directory admin, query .../servers/{serverName}/administrators\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c67e8efd16edfa0102aebf4a4fe0d56ff1e0c67b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/latest/server.py
[ "Apache-2.0" ]
Python
external_administrator_sid
pulumi.Output[str]
def external_administrator_sid(self) -> pulumi.Output[str]: """ The ID of the Active Azure Directory object with admin permissions on this server. Legacy parameter, always null. To check for Active Directory admin, query .../servers/{serverName}/administrators. """ return pulumi.get(self...
The ID of the Active Azure Directory object with admin permissions on this server. Legacy parameter, always null. To check for Active Directory admin, query .../servers/{serverName}/administrators.
The ID of the Active Azure Directory object with admin permissions on this server. Legacy parameter, always null. To check for Active Directory admin, query .../servers/{serverName}/administrators.
[ "The", "ID", "of", "the", "Active", "Azure", "Directory", "object", "with", "admin", "permissions", "on", "this", "server", ".", "Legacy", "parameter", "always", "null", ".", "To", "check", "for", "Active", "Directory", "admin", "query", "...", "/", "servers...
def external_administrator_sid(self) -> pulumi.Output[str]: return pulumi.get(self, "external_administrator_sid")
[ "def", "external_administrator_sid", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"external_administrator_sid\"", ")" ]
The ID of the Active Azure Directory object with admin permissions on this server.
[ "The", "ID", "of", "the", "Active", "Azure", "Directory", "object", "with", "admin", "permissions", "on", "this", "server", "." ]
[ "\"\"\"\n The ID of the Active Azure Directory object with admin permissions on this server. Legacy parameter, always null. To check for Active Directory admin, query .../servers/{serverName}/administrators.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d7a16ffac758a8e63651901b02585c4b7fd784f6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batch/v20151201/batch_account.py
[ "Apache-2.0" ]
Python
active_job_and_job_schedule_quota
pulumi.Output[int]
def active_job_and_job_schedule_quota(self) -> pulumi.Output[int]: """ The active job and job schedule quota for this Batch account. """ return pulumi.get(self, "active_job_and_job_schedule_quota")
The active job and job schedule quota for this Batch account.
The active job and job schedule quota for this Batch account.
[ "The", "active", "job", "and", "job", "schedule", "quota", "for", "this", "Batch", "account", "." ]
def active_job_and_job_schedule_quota(self) -> pulumi.Output[int]: return pulumi.get(self, "active_job_and_job_schedule_quota")
[ "def", "active_job_and_job_schedule_quota", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"active_job_and_job_schedule_quota\"", ")" ]
The active job and job schedule quota for this Batch account.
[ "The", "active", "job", "and", "job", "schedule", "quota", "for", "this", "Batch", "account", "." ]
[ "\"\"\"\n The active job and job schedule quota for this Batch account.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d7a16ffac758a8e63651901b02585c4b7fd784f6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batch/v20151201/batch_account.py
[ "Apache-2.0" ]
Python
auto_storage
pulumi.Output[Optional['outputs.AutoStoragePropertiesResponse']]
def auto_storage(self) -> pulumi.Output[Optional['outputs.AutoStoragePropertiesResponse']]: """ The properties and status of any auto storage account associated with the account. """ return pulumi.get(self, "auto_storage")
The properties and status of any auto storage account associated with the account.
The properties and status of any auto storage account associated with the account.
[ "The", "properties", "and", "status", "of", "any", "auto", "storage", "account", "associated", "with", "the", "account", "." ]
def auto_storage(self) -> pulumi.Output[Optional['outputs.AutoStoragePropertiesResponse']]: return pulumi.get(self, "auto_storage")
[ "def", "auto_storage", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.AutoStoragePropertiesResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"auto_storage\"", ")" ]
The properties and status of any auto storage account associated with the account.
[ "The", "properties", "and", "status", "of", "any", "auto", "storage", "account", "associated", "with", "the", "account", "." ]
[ "\"\"\"\n The properties and status of any auto storage account associated with the account.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d7a16ffac758a8e63651901b02585c4b7fd784f6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batch/v20151201/batch_account.py
[ "Apache-2.0" ]
Python
core_quota
pulumi.Output[int]
def core_quota(self) -> pulumi.Output[int]: """ The core quota for this Batch account. """ return pulumi.get(self, "core_quota")
The core quota for this Batch account.
The core quota for this Batch account.
[ "The", "core", "quota", "for", "this", "Batch", "account", "." ]
def core_quota(self) -> pulumi.Output[int]: return pulumi.get(self, "core_quota")
[ "def", "core_quota", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"core_quota\"", ")" ]
The core quota for this Batch account.
[ "The", "core", "quota", "for", "this", "Batch", "account", "." ]
[ "\"\"\"\n The core quota for this Batch account.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d7a16ffac758a8e63651901b02585c4b7fd784f6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batch/v20151201/batch_account.py
[ "Apache-2.0" ]
Python
pool_quota
pulumi.Output[int]
def pool_quota(self) -> pulumi.Output[int]: """ The pool quota for this Batch account. """ return pulumi.get(self, "pool_quota")
The pool quota for this Batch account.
The pool quota for this Batch account.
[ "The", "pool", "quota", "for", "this", "Batch", "account", "." ]
def pool_quota(self) -> pulumi.Output[int]: return pulumi.get(self, "pool_quota")
[ "def", "pool_quota", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"pool_quota\"", ")" ]
The pool quota for this Batch account.
[ "The", "pool", "quota", "for", "this", "Batch", "account", "." ]
[ "\"\"\"\n The pool quota for this Batch account.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d7b3631d73a6200e1ddb4e9f13528acd15c3709f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/v20170101/connector_mapping.py
[ "Apache-2.0" ]
Python
mapping_properties
pulumi.Output['outputs.ConnectorMappingPropertiesResponse']
def mapping_properties(self) -> pulumi.Output['outputs.ConnectorMappingPropertiesResponse']: """ The properties of the mapping. """ return pulumi.get(self, "mapping_properties")
The properties of the mapping.
The properties of the mapping.
[ "The", "properties", "of", "the", "mapping", "." ]
def mapping_properties(self) -> pulumi.Output['outputs.ConnectorMappingPropertiesResponse']: return pulumi.get(self, "mapping_properties")
[ "def", "mapping_properties", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.ConnectorMappingPropertiesResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"mapping_properties\"", ")" ]
The properties of the mapping.
[ "The", "properties", "of", "the", "mapping", "." ]
[ "\"\"\"\n The properties of the mapping.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d7b3631d73a6200e1ddb4e9f13528acd15c3709f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/v20170101/connector_mapping.py
[ "Apache-2.0" ]
Python
next_run_time
pulumi.Output[str]
def next_run_time(self) -> pulumi.Output[str]: """ The next run time based on customer's settings. """ return pulumi.get(self, "next_run_time")
The next run time based on customer's settings.
The next run time based on customer's settings.
[ "The", "next", "run", "time", "based", "on", "customer", "'", "s", "settings", "." ]
def next_run_time(self) -> pulumi.Output[str]: return pulumi.get(self, "next_run_time")
[ "def", "next_run_time", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"next_run_time\"", ")" ]
The next run time based on customer's settings.
[ "The", "next", "run", "time", "based", "on", "customer", "'", "s", "settings", "." ]
[ "\"\"\"\n The next run time based on customer's settings.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d7cdac57c7795d2a5f9f32a59ac2ea437bb1006a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/kpi.py
[ "Apache-2.0" ]
Python
calculation_window_field_name
pulumi.Output[Optional[str]]
def calculation_window_field_name(self) -> pulumi.Output[Optional[str]]: """ Name of calculation window field. """ return pulumi.get(self, "calculation_window_field_name")
Name of calculation window field.
Name of calculation window field.
[ "Name", "of", "calculation", "window", "field", "." ]
def calculation_window_field_name(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "calculation_window_field_name")
[ "def", "calculation_window_field_name", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"calculation_window_field_name\"", ")" ]
Name of calculation window field.
[ "Name", "of", "calculation", "window", "field", "." ]
[ "\"\"\"\n Name of calculation window field.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d7cdac57c7795d2a5f9f32a59ac2ea437bb1006a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/kpi.py
[ "Apache-2.0" ]
Python
group_by
pulumi.Output[Optional[Sequence[str]]]
def group_by(self) -> pulumi.Output[Optional[Sequence[str]]]: """ the group by properties for the KPI. """ return pulumi.get(self, "group_by")
the group by properties for the KPI.
the group by properties for the KPI.
[ "the", "group", "by", "properties", "for", "the", "KPI", "." ]
def group_by(self) -> pulumi.Output[Optional[Sequence[str]]]: return pulumi.get(self, "group_by")
[ "def", "group_by", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"group_by\"", ")" ]
the group by properties for the KPI.
[ "the", "group", "by", "properties", "for", "the", "KPI", "." ]
[ "\"\"\"\n the group by properties for the KPI.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0cb440258050d1d88ee1ec35e2184e36c810b067
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/synapse/ip_firewall_rule.py
[ "Apache-2.0" ]
Python
end_ip_address
pulumi.Output[Optional[str]]
def end_ip_address(self) -> pulumi.Output[Optional[str]]: """ The end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress """ return pulumi.get(self, "end_ip_address")
The end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress
The end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress
[ "The", "end", "IP", "address", "of", "the", "firewall", "rule", ".", "Must", "be", "IPv4", "format", ".", "Must", "be", "greater", "than", "or", "equal", "to", "startIpAddress" ]
def end_ip_address(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "end_ip_address")
[ "def", "end_ip_address", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"end_ip_address\"", ")" ]
The end IP address of the firewall rule.
[ "The", "end", "IP", "address", "of", "the", "firewall", "rule", "." ]
[ "\"\"\"\n The end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0cb440258050d1d88ee1ec35e2184e36c810b067
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/synapse/ip_firewall_rule.py
[ "Apache-2.0" ]
Python
start_ip_address
pulumi.Output[Optional[str]]
def start_ip_address(self) -> pulumi.Output[Optional[str]]: """ The start IP address of the firewall rule. Must be IPv4 format """ return pulumi.get(self, "start_ip_address")
The start IP address of the firewall rule. Must be IPv4 format
The start IP address of the firewall rule. Must be IPv4 format
[ "The", "start", "IP", "address", "of", "the", "firewall", "rule", ".", "Must", "be", "IPv4", "format" ]
def start_ip_address(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "start_ip_address")
[ "def", "start_ip_address", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"start_ip_address\"", ")" ]
The start IP address of the firewall rule.
[ "The", "start", "IP", "address", "of", "the", "firewall", "rule", "." ]
[ "\"\"\"\n The start IP address of the firewall rule. Must be IPv4 format\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cd0cc311cf08c57f60b2f41e21b31eb9328a9172
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20180401/get_virtual_wan.py
[ "Apache-2.0" ]
Python
disable_vpn_encryption
Optional[bool]
def disable_vpn_encryption(self) -> Optional[bool]: """ Vpn encryption to be disabled or not. """ return pulumi.get(self, "disable_vpn_encryption")
Vpn encryption to be disabled or not.
Vpn encryption to be disabled or not.
[ "Vpn", "encryption", "to", "be", "disabled", "or", "not", "." ]
def disable_vpn_encryption(self) -> Optional[bool]: return pulumi.get(self, "disable_vpn_encryption")
[ "def", "disable_vpn_encryption", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"disable_vpn_encryption\"", ")" ]
Vpn encryption to be disabled or not.
[ "Vpn", "encryption", "to", "be", "disabled", "or", "not", "." ]
[ "\"\"\"\n Vpn encryption to be disabled or not.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cd1059b0781845a6d99c86f253d18f8da2afbb7d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/application.py
[ "Apache-2.0" ]
Python
msix_package_application_id
pulumi.Output[Optional[str]]
def msix_package_application_id(self) -> pulumi.Output[Optional[str]]: """ Specifies the package application Id for MSIX applications """ return pulumi.get(self, "msix_package_application_id")
Specifies the package application Id for MSIX applications
Specifies the package application Id for MSIX applications
[ "Specifies", "the", "package", "application", "Id", "for", "MSIX", "applications" ]
def msix_package_application_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "msix_package_application_id")
[ "def", "msix_package_application_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"msix_package_application_id\"", ")" ]
Specifies the package application Id for MSIX applications
[ "Specifies", "the", "package", "application", "Id", "for", "MSIX", "applications" ]
[ "\"\"\"\n Specifies the package application Id for MSIX applications\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cd1059b0781845a6d99c86f253d18f8da2afbb7d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/application.py
[ "Apache-2.0" ]
Python
msix_package_family_name
pulumi.Output[Optional[str]]
def msix_package_family_name(self) -> pulumi.Output[Optional[str]]: """ Specifies the package family name for MSIX applications """ return pulumi.get(self, "msix_package_family_name")
Specifies the package family name for MSIX applications
Specifies the package family name for MSIX applications
[ "Specifies", "the", "package", "family", "name", "for", "MSIX", "applications" ]
def msix_package_family_name(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "msix_package_family_name")
[ "def", "msix_package_family_name", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"msix_package_family_name\"", ")" ]
Specifies the package family name for MSIX applications
[ "Specifies", "the", "package", "family", "name", "for", "MSIX", "applications" ]
[ "\"\"\"\n Specifies the package family name for MSIX applications\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cd1dc64da1d5c8f23eaafa61369fe93193d27f54
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/importexport/latest/list_bit_locker_key.py
[ "Apache-2.0" ]
Python
list_bit_locker_key
AwaitableListBitLockerKeyResult
def list_bit_locker_key(job_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListBitLockerKeyResult: """ GetBitLockerKeys response Latest API Version: 2020-08-01. :param str j...
GetBitLockerKeys response Latest API Version: 2020-08-01. :param str job_name: The name of the import/export job. :param str resource_group_name: The resource group name uniquely identifies the resource group within the user subscription.
GetBitLockerKeys response Latest API Version: 2020-08-01.
[ "GetBitLockerKeys", "response", "Latest", "API", "Version", ":", "2020", "-", "08", "-", "01", "." ]
def list_bit_locker_key(job_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListBitLockerKeyResult: pulumi.log.warn("list_bit_locker_key is deprecated: The 'latest' version is deprecated. ...
[ "def", "list_bit_locker_key", "(", "job_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", "]", "=", "None", ...
GetBitLockerKeys response Latest API Version: 2020-08-01.
[ "GetBitLockerKeys", "response", "Latest", "API", "Version", ":", "2020", "-", "08", "-", "01", "." ]
[ "\"\"\"\n GetBitLockerKeys response\n Latest API Version: 2020-08-01.\n\n\n :param str job_name: The name of the import/export job.\n :param str resource_group_name: The resource group name uniquely identifies the resource group within the user subscription.\n \"\"\"" ]
[ { "param": "job_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "job_name", "type": "Optional[str]", "docstring": "The name of the import/export job.", "docstring_tokens": [ "The", "name", "of", "the", "import", "/", "export", ...
cd26db7d0e5655bf49bad026825d26ad567f4697
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/appplatform/v20190501preview/_inputs.py
[ "Apache-2.0" ]
Python
config_server_properties
Optional[pulumi.Input['ConfigServerPropertiesArgs']]
def config_server_properties(self) -> Optional[pulumi.Input['ConfigServerPropertiesArgs']]: """ Config server git properties of the Service """ return pulumi.get(self, "config_server_properties")
Config server git properties of the Service
Config server git properties of the Service
[ "Config", "server", "git", "properties", "of", "the", "Service" ]
def config_server_properties(self) -> Optional[pulumi.Input['ConfigServerPropertiesArgs']]: return pulumi.get(self, "config_server_properties")
[ "def", "config_server_properties", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'ConfigServerPropertiesArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"config_server_properties\"", ")" ]
Config server git properties of the Service
[ "Config", "server", "git", "properties", "of", "the", "Service" ]
[ "\"\"\"\n Config server git properties of the Service\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cd26db7d0e5655bf49bad026825d26ad567f4697
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/appplatform/v20190501preview/_inputs.py
[ "Apache-2.0" ]
Python
host_key
Optional[pulumi.Input[str]]
def host_key(self) -> Optional[pulumi.Input[str]]: """ Public sshKey of git repository. """ return pulumi.get(self, "host_key")
Public sshKey of git repository.
Public sshKey of git repository.
[ "Public", "sshKey", "of", "git", "repository", "." ]
def host_key(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "host_key")
[ "def", "host_key", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"host_key\"", ")" ]
Public sshKey of git repository.
[ "Public", "sshKey", "of", "git", "repository", "." ]
[ "\"\"\"\n Public sshKey of git repository.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cd26db7d0e5655bf49bad026825d26ad567f4697
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/appplatform/v20190501preview/_inputs.py
[ "Apache-2.0" ]
Python
host_key_algorithm
Optional[pulumi.Input[str]]
def host_key_algorithm(self) -> Optional[pulumi.Input[str]]: """ SshKey algorithm of git repository. """ return pulumi.get(self, "host_key_algorithm")
SshKey algorithm of git repository.
SshKey algorithm of git repository.
[ "SshKey", "algorithm", "of", "git", "repository", "." ]
def host_key_algorithm(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "host_key_algorithm")
[ "def", "host_key_algorithm", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"host_key_algorithm\"", ")" ]
SshKey algorithm of git repository.
[ "SshKey", "algorithm", "of", "git", "repository", "." ]
[ "\"\"\"\n SshKey algorithm of git repository.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cd26db7d0e5655bf49bad026825d26ad567f4697
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/appplatform/v20190501preview/_inputs.py
[ "Apache-2.0" ]
Python
strict_host_key_checking
Optional[pulumi.Input[bool]]
def strict_host_key_checking(self) -> Optional[pulumi.Input[bool]]: """ Strict host key checking or not. """ return pulumi.get(self, "strict_host_key_checking")
Strict host key checking or not.
Strict host key checking or not.
[ "Strict", "host", "key", "checking", "or", "not", "." ]
def strict_host_key_checking(self) -> Optional[pulumi.Input[bool]]: return pulumi.get(self, "strict_host_key_checking")
[ "def", "strict_host_key_checking", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"strict_host_key_checking\"", ")" ]
Strict host key checking or not.
[ "Strict", "host", "key", "checking", "or", "not", "." ]
[ "\"\"\"\n Strict host key checking or not.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cd26db7d0e5655bf49bad026825d26ad567f4697
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/appplatform/v20190501preview/_inputs.py
[ "Apache-2.0" ]
Python
error
Optional[pulumi.Input['ErrorArgs']]
def error(self) -> Optional[pulumi.Input['ErrorArgs']]: """ Error when apply config server settings. """ return pulumi.get(self, "error")
Error when apply config server settings.
Error when apply config server settings.
[ "Error", "when", "apply", "config", "server", "settings", "." ]
def error(self) -> Optional[pulumi.Input['ErrorArgs']]: return pulumi.get(self, "error")
[ "def", "error", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'ErrorArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"error\"", ")" ]
Error when apply config server settings.
[ "Error", "when", "apply", "config", "server", "settings", "." ]
[ "\"\"\"\n Error when apply config server settings.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cd26db7d0e5655bf49bad026825d26ad567f4697
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/appplatform/v20190501preview/_inputs.py
[ "Apache-2.0" ]
Python
pattern
Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]
def pattern(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: """ Collection of pattern of the repository """ return pulumi.get(self, "pattern")
Collection of pattern of the repository
Collection of pattern of the repository
[ "Collection", "of", "pattern", "of", "the", "repository" ]
def pattern(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: return pulumi.get(self, "pattern")
[ "def", "pattern", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"pattern\"", ")" ]
Collection of pattern of the repository
[ "Collection", "of", "pattern", "of", "the", "repository" ]
[ "\"\"\"\n Collection of pattern of the repository\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }