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
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
default_secondary_location
pulumi.Output[str]
def default_secondary_location(self) -> pulumi.Output[str]: """ The default secondary region for this database. """ return pulumi.get(self, "default_secondary_location")
The default secondary region for this database.
The default secondary region for this database.
[ "The", "default", "secondary", "region", "for", "this", "database", "." ]
def default_secondary_location(self) -> pulumi.Output[str]: return pulumi.get(self, "default_secondary_location")
[ "def", "default_secondary_location", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"default_secondary_location\"", ")" ]
The default secondary region for this database.
[ "The", "default", "secondary", "region", "for", "this", "database", "." ]
[ "\"\"\"\n The default secondary region for this database.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
earliest_restore_date
pulumi.Output[str]
def earliest_restore_date(self) -> pulumi.Output[str]: """ This records the earliest start date and time that restore is available for this database (ISO8601 format). """ return pulumi.get(self, "earliest_restore_date")
This records the earliest start date and time that restore is available for this database (ISO8601 format).
This records the earliest start date and time that restore is available for this database (ISO8601 format).
[ "This", "records", "the", "earliest", "start", "date", "and", "time", "that", "restore", "is", "available", "for", "this", "database", "(", "ISO8601", "format", ")", "." ]
def earliest_restore_date(self) -> pulumi.Output[str]: return pulumi.get(self, "earliest_restore_date")
[ "def", "earliest_restore_date", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"earliest_restore_date\"", ")" ]
This records the earliest start date and time that restore is available for this database (ISO8601 format).
[ "This", "records", "the", "earliest", "start", "date", "and", "time", "that", "restore", "is", "available", "for", "this", "database", "(", "ISO8601", "format", ")", "." ]
[ "\"\"\"\n This records the earliest start date and time that restore is available for this database (ISO8601 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": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
elastic_pool_id
pulumi.Output[Optional[str]]
def elastic_pool_id(self) -> pulumi.Output[Optional[str]]: """ The resource identifier of the elastic pool containing this database. """ return pulumi.get(self, "elastic_pool_id")
The resource identifier of the elastic pool containing this database.
The resource identifier of the elastic pool containing this database.
[ "The", "resource", "identifier", "of", "the", "elastic", "pool", "containing", "this", "database", "." ]
def elastic_pool_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "elastic_pool_id")
[ "def", "elastic_pool_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"elastic_pool_id\"", ")" ]
The resource identifier of the elastic pool containing this database.
[ "The", "resource", "identifier", "of", "the", "elastic", "pool", "containing", "this", "database", "." ]
[ "\"\"\"\n The resource identifier of the elastic pool containing this database.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
high_availability_replica_count
pulumi.Output[Optional[int]]
def high_availability_replica_count(self) -> pulumi.Output[Optional[int]]: """ The number of secondary replicas associated with the database that are used to provide high availability. """ return pulumi.get(self, "high_availability_replica_count")
The number of secondary replicas associated with the database that are used to provide high availability.
The number of secondary replicas associated with the database that are used to provide high availability.
[ "The", "number", "of", "secondary", "replicas", "associated", "with", "the", "database", "that", "are", "used", "to", "provide", "high", "availability", "." ]
def high_availability_replica_count(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "high_availability_replica_count")
[ "def", "high_availability_replica_count", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"high_availability_replica_count\"", ")" ]
The number of secondary replicas associated with the database that are used to provide high availability.
[ "The", "number", "of", "secondary", "replicas", "associated", "with", "the", "database", "that", "are", "used", "to", "provide", "high", "availability", "." ]
[ "\"\"\"\n The number of secondary replicas associated with the database that are used to provide high availability.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
long_term_retention_backup_resource_id
pulumi.Output[Optional[str]]
def long_term_retention_backup_resource_id(self) -> pulumi.Output[Optional[str]]: """ The resource identifier of the long term retention backup associated with create operation of this database. """ return pulumi.get(self, "long_term_retention_backup_resource_id")
The resource identifier of the long term retention backup associated with create operation of this database.
The resource identifier of the long term retention backup associated with create operation of this database.
[ "The", "resource", "identifier", "of", "the", "long", "term", "retention", "backup", "associated", "with", "create", "operation", "of", "this", "database", "." ]
def long_term_retention_backup_resource_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "long_term_retention_backup_resource_id")
[ "def", "long_term_retention_backup_resource_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"long_term_retention_backup_resource_id\"", ")" ]
The resource identifier of the long term retention backup associated with create operation of this database.
[ "The", "resource", "identifier", "of", "the", "long", "term", "retention", "backup", "associated", "with", "create", "operation", "of", "this", "database", "." ]
[ "\"\"\"\n The resource identifier of the long term retention backup associated with create operation of this database.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
maintenance_configuration_id
pulumi.Output[Optional[str]]
def maintenance_configuration_id(self) -> pulumi.Output[Optional[str]]: """ Maintenance configuration id assigned to the database. This configuration defines the period when the maintenance updates will occur. """ return pulumi.get(self, "maintenance_configuration_id")
Maintenance configuration id assigned to the database. This configuration defines the period when the maintenance updates will occur.
Maintenance configuration id assigned to the database. This configuration defines the period when the maintenance updates will occur.
[ "Maintenance", "configuration", "id", "assigned", "to", "the", "database", ".", "This", "configuration", "defines", "the", "period", "when", "the", "maintenance", "updates", "will", "occur", "." ]
def maintenance_configuration_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "maintenance_configuration_id")
[ "def", "maintenance_configuration_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"maintenance_configuration_id\"", ")" ]
Maintenance configuration id assigned to the database.
[ "Maintenance", "configuration", "id", "assigned", "to", "the", "database", "." ]
[ "\"\"\"\n Maintenance configuration id assigned to the database. This configuration defines the period when the maintenance updates will occur.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
max_log_size_bytes
pulumi.Output[float]
def max_log_size_bytes(self) -> pulumi.Output[float]: """ The max log size for this database. """ return pulumi.get(self, "max_log_size_bytes")
The max log size for this database.
The max log size for this database.
[ "The", "max", "log", "size", "for", "this", "database", "." ]
def max_log_size_bytes(self) -> pulumi.Output[float]: return pulumi.get(self, "max_log_size_bytes")
[ "def", "max_log_size_bytes", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "float", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"max_log_size_bytes\"", ")" ]
The max log size for this database.
[ "The", "max", "log", "size", "for", "this", "database", "." ]
[ "\"\"\"\n The max log size for this database.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
max_size_bytes
pulumi.Output[Optional[float]]
def max_size_bytes(self) -> pulumi.Output[Optional[float]]: """ The max size of the database expressed in bytes. """ return pulumi.get(self, "max_size_bytes")
The max size of the database expressed in bytes.
The max size of the database expressed in bytes.
[ "The", "max", "size", "of", "the", "database", "expressed", "in", "bytes", "." ]
def max_size_bytes(self) -> pulumi.Output[Optional[float]]: return pulumi.get(self, "max_size_bytes")
[ "def", "max_size_bytes", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "float", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"max_size_bytes\"", ")" ]
The max size of the database expressed in bytes.
[ "The", "max", "size", "of", "the", "database", "expressed", "in", "bytes", "." ]
[ "\"\"\"\n The max size of the database expressed in bytes.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
min_capacity
pulumi.Output[Optional[float]]
def min_capacity(self) -> pulumi.Output[Optional[float]]: """ Minimal capacity that database will always have allocated, if not paused """ return pulumi.get(self, "min_capacity")
Minimal capacity that database will always have allocated, if not paused
Minimal capacity that database will always have allocated, if not paused
[ "Minimal", "capacity", "that", "database", "will", "always", "have", "allocated", "if", "not", "paused" ]
def min_capacity(self) -> pulumi.Output[Optional[float]]: return pulumi.get(self, "min_capacity")
[ "def", "min_capacity", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "float", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"min_capacity\"", ")" ]
Minimal capacity that database will always have allocated, if not paused
[ "Minimal", "capacity", "that", "database", "will", "always", "have", "allocated", "if", "not", "paused" ]
[ "\"\"\"\n Minimal capacity that database will always have allocated, if not paused\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
paused_date
pulumi.Output[str]
def paused_date(self) -> pulumi.Output[str]: """ The date when database was paused by user configuration or action(ISO8601 format). Null if the database is ready. """ return pulumi.get(self, "paused_date")
The date when database was paused by user configuration or action(ISO8601 format). Null if the database is ready.
The date when database was paused by user configuration or action(ISO8601 format). Null if the database is ready.
[ "The", "date", "when", "database", "was", "paused", "by", "user", "configuration", "or", "action", "(", "ISO8601", "format", ")", ".", "Null", "if", "the", "database", "is", "ready", "." ]
def paused_date(self) -> pulumi.Output[str]: return pulumi.get(self, "paused_date")
[ "def", "paused_date", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"paused_date\"", ")" ]
The date when database was paused by user configuration or action(ISO8601 format).
[ "The", "date", "when", "database", "was", "paused", "by", "user", "configuration", "or", "action", "(", "ISO8601", "format", ")", "." ]
[ "\"\"\"\n The date when database was paused by user configuration or action(ISO8601 format). Null if the database is ready.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
read_scale
pulumi.Output[Optional[str]]
def read_scale(self) -> pulumi.Output[Optional[str]]: """ The state of read-only routing. If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica in the same region. """ return pulumi.get(self, "read_sc...
The state of read-only routing. If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica in the same region.
The state of read-only routing. If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica in the same region.
[ "The", "state", "of", "read", "-", "only", "routing", ".", "If", "enabled", "connections", "that", "have", "application", "intent", "set", "to", "readonly", "in", "their", "connection", "string", "may", "be", "routed", "to", "a", "readonly", "secondary", "re...
def read_scale(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "read_scale")
[ "def", "read_scale", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"read_scale\"", ")" ]
The state of read-only routing.
[ "The", "state", "of", "read", "-", "only", "routing", "." ]
[ "\"\"\"\n The state of read-only routing. If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica in the same region.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
recoverable_database_id
pulumi.Output[Optional[str]]
def recoverable_database_id(self) -> pulumi.Output[Optional[str]]: """ The resource identifier of the recoverable database associated with create operation of this database. """ return pulumi.get(self, "recoverable_database_id")
The resource identifier of the recoverable database associated with create operation of this database.
The resource identifier of the recoverable database associated with create operation of this database.
[ "The", "resource", "identifier", "of", "the", "recoverable", "database", "associated", "with", "create", "operation", "of", "this", "database", "." ]
def recoverable_database_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "recoverable_database_id")
[ "def", "recoverable_database_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"recoverable_database_id\"", ")" ]
The resource identifier of the recoverable database associated with create operation of this database.
[ "The", "resource", "identifier", "of", "the", "recoverable", "database", "associated", "with", "create", "operation", "of", "this", "database", "." ]
[ "\"\"\"\n The resource identifier of the recoverable database associated with create operation of this database.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
recovery_services_recovery_point_id
pulumi.Output[Optional[str]]
def recovery_services_recovery_point_id(self) -> pulumi.Output[Optional[str]]: """ The resource identifier of the recovery point associated with create operation of this database. """ return pulumi.get(self, "recovery_services_recovery_point_id")
The resource identifier of the recovery point associated with create operation of this database.
The resource identifier of the recovery point associated with create operation of this database.
[ "The", "resource", "identifier", "of", "the", "recovery", "point", "associated", "with", "create", "operation", "of", "this", "database", "." ]
def recovery_services_recovery_point_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "recovery_services_recovery_point_id")
[ "def", "recovery_services_recovery_point_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"recovery_services_recovery_point_id\"", ")" ]
The resource identifier of the recovery point associated with create operation of this database.
[ "The", "resource", "identifier", "of", "the", "recovery", "point", "associated", "with", "create", "operation", "of", "this", "database", "." ]
[ "\"\"\"\n The resource identifier of the recovery point associated with create operation of this database.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
requested_service_objective_name
pulumi.Output[str]
def requested_service_objective_name(self) -> pulumi.Output[str]: """ The requested service level objective name of the database. """ return pulumi.get(self, "requested_service_objective_name")
The requested service level objective name of the database.
The requested service level objective name of the database.
[ "The", "requested", "service", "level", "objective", "name", "of", "the", "database", "." ]
def requested_service_objective_name(self) -> pulumi.Output[str]: return pulumi.get(self, "requested_service_objective_name")
[ "def", "requested_service_objective_name", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"requested_service_objective_name\"", ")" ]
The requested service level objective name of the database.
[ "The", "requested", "service", "level", "objective", "name", "of", "the", "database", "." ]
[ "\"\"\"\n The requested service level objective name of the database.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
restorable_dropped_database_id
pulumi.Output[Optional[str]]
def restorable_dropped_database_id(self) -> pulumi.Output[Optional[str]]: """ The resource identifier of the restorable dropped database associated with create operation of this database. """ return pulumi.get(self, "restorable_dropped_database_id")
The resource identifier of the restorable dropped database associated with create operation of this database.
The resource identifier of the restorable dropped database associated with create operation of this database.
[ "The", "resource", "identifier", "of", "the", "restorable", "dropped", "database", "associated", "with", "create", "operation", "of", "this", "database", "." ]
def restorable_dropped_database_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "restorable_dropped_database_id")
[ "def", "restorable_dropped_database_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"restorable_dropped_database_id\"", ")" ]
The resource identifier of the restorable dropped database associated with create operation of this database.
[ "The", "resource", "identifier", "of", "the", "restorable", "dropped", "database", "associated", "with", "create", "operation", "of", "this", "database", "." ]
[ "\"\"\"\n The resource identifier of the restorable dropped database associated with create operation of this database.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
restore_point_in_time
pulumi.Output[Optional[str]]
def restore_point_in_time(self) -> pulumi.Output[Optional[str]]: """ Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database. """ return pulumi.get(self, "restore_point_in_time")
Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database.
Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database.
[ "Specifies", "the", "point", "in", "time", "(", "ISO8601", "format", ")", "of", "the", "source", "database", "that", "will", "be", "restored", "to", "create", "the", "new", "database", "." ]
def restore_point_in_time(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "restore_point_in_time")
[ "def", "restore_point_in_time", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"restore_point_in_time\"", ")" ]
Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database.
[ "Specifies", "the", "point", "in", "time", "(", "ISO8601", "format", ")", "of", "the", "source", "database", "that", "will", "be", "restored", "to", "create", "the", "new", "database", "." ]
[ "\"\"\"\n Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
resumed_date
pulumi.Output[str]
def resumed_date(self) -> pulumi.Output[str]: """ The date when database was resumed by user action or database login (ISO8601 format). Null if the database is paused. """ return pulumi.get(self, "resumed_date")
The date when database was resumed by user action or database login (ISO8601 format). Null if the database is paused.
The date when database was resumed by user action or database login (ISO8601 format). Null if the database is paused.
[ "The", "date", "when", "database", "was", "resumed", "by", "user", "action", "or", "database", "login", "(", "ISO8601", "format", ")", ".", "Null", "if", "the", "database", "is", "paused", "." ]
def resumed_date(self) -> pulumi.Output[str]: return pulumi.get(self, "resumed_date")
[ "def", "resumed_date", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"resumed_date\"", ")" ]
The date when database was resumed by user action or database login (ISO8601 format).
[ "The", "date", "when", "database", "was", "resumed", "by", "user", "action", "or", "database", "login", "(", "ISO8601", "format", ")", "." ]
[ "\"\"\"\n The date when database was resumed by user action or database login (ISO8601 format). Null if the database is paused.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
sample_name
pulumi.Output[Optional[str]]
def sample_name(self) -> pulumi.Output[Optional[str]]: """ The name of the sample schema to apply when creating this database. """ return pulumi.get(self, "sample_name")
The name of the sample schema to apply when creating this database.
The name of the sample schema to apply when creating this database.
[ "The", "name", "of", "the", "sample", "schema", "to", "apply", "when", "creating", "this", "database", "." ]
def sample_name(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "sample_name")
[ "def", "sample_name", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sample_name\"", ")" ]
The name of the sample schema to apply when creating this database.
[ "The", "name", "of", "the", "sample", "schema", "to", "apply", "when", "creating", "this", "database", "." ]
[ "\"\"\"\n The name of the sample schema to apply when creating this database.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
secondary_type
pulumi.Output[Optional[str]]
def secondary_type(self) -> pulumi.Output[Optional[str]]: """ The secondary type of the database if it is a secondary. Valid values are Geo and Named. """ return pulumi.get(self, "secondary_type")
The secondary type of the database if it is a secondary. Valid values are Geo and Named.
The secondary type of the database if it is a secondary. Valid values are Geo and Named.
[ "The", "secondary", "type", "of", "the", "database", "if", "it", "is", "a", "secondary", ".", "Valid", "values", "are", "Geo", "and", "Named", "." ]
def secondary_type(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "secondary_type")
[ "def", "secondary_type", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"secondary_type\"", ")" ]
The secondary type of the database if it is a secondary.
[ "The", "secondary", "type", "of", "the", "database", "if", "it", "is", "a", "secondary", "." ]
[ "\"\"\"\n The secondary type of the database if it is a secondary. Valid values are Geo and Named.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
source_database_deletion_date
pulumi.Output[Optional[str]]
def source_database_deletion_date(self) -> pulumi.Output[Optional[str]]: """ Specifies the time that the database was deleted. """ return pulumi.get(self, "source_database_deletion_date")
Specifies the time that the database was deleted.
Specifies the time that the database was deleted.
[ "Specifies", "the", "time", "that", "the", "database", "was", "deleted", "." ]
def source_database_deletion_date(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "source_database_deletion_date")
[ "def", "source_database_deletion_date", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"source_database_deletion_date\"", ")" ]
Specifies the time that the database was deleted.
[ "Specifies", "the", "time", "that", "the", "database", "was", "deleted", "." ]
[ "\"\"\"\n Specifies the time that the database was deleted.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
source_database_id
pulumi.Output[Optional[str]]
def source_database_id(self) -> pulumi.Output[Optional[str]]: """ The resource identifier of the source database associated with create operation of this database. """ return pulumi.get(self, "source_database_id")
The resource identifier of the source database associated with create operation of this database.
The resource identifier of the source database associated with create operation of this database.
[ "The", "resource", "identifier", "of", "the", "source", "database", "associated", "with", "create", "operation", "of", "this", "database", "." ]
def source_database_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "source_database_id")
[ "def", "source_database_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"source_database_id\"", ")" ]
The resource identifier of the source database associated with create operation of this database.
[ "The", "resource", "identifier", "of", "the", "source", "database", "associated", "with", "create", "operation", "of", "this", "database", "." ]
[ "\"\"\"\n The resource identifier of the source database associated with create operation of this database.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
storage_account_type
pulumi.Output[Optional[str]]
def storage_account_type(self) -> pulumi.Output[Optional[str]]: """ The storage account type used to store backups for this database. """ return pulumi.get(self, "storage_account_type")
The storage account type used to store backups for this database.
The storage account type used to store backups for this database.
[ "The", "storage", "account", "type", "used", "to", "store", "backups", "for", "this", "database", "." ]
def storage_account_type(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "storage_account_type")
[ "def", "storage_account_type", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"storage_account_type\"", ")" ]
The storage account type used to store backups for this database.
[ "The", "storage", "account", "type", "used", "to", "store", "backups", "for", "this", "database", "." ]
[ "\"\"\"\n The storage account type used to store backups for this database.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c1363f180af6d3dd2d83297c2c655d7412cdadea
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/database.py
[ "Apache-2.0" ]
Python
zone_redundant
pulumi.Output[Optional[bool]]
def zone_redundant(self) -> pulumi.Output[Optional[bool]]: """ Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones. """ return pulumi.get(self, "zone_redundant")
Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones.
Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones.
[ "Whether", "or", "not", "this", "database", "is", "zone", "redundant", "which", "means", "the", "replicas", "of", "this", "database", "will", "be", "spread", "across", "multiple", "availability", "zones", "." ]
def zone_redundant(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "zone_redundant")
[ "def", "zone_redundant", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"zone_redundant\"", ")" ]
Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones.
[ "Whether", "or", "not", "this", "database", "is", "zone", "redundant", "which", "means", "the", "replicas", "of", "this", "database", "will", "be", "spread", "across", "multiple", "availability", "zones", "." ]
[ "\"\"\"\n Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
16b6c1dc31e4139cce1c0c5f38f7d911f25e6e74
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20190801/get_web_app_instance_function_slot.py
[ "Apache-2.0" ]
Python
is_disabled
Optional[bool]
def is_disabled(self) -> Optional[bool]: """ Gets or sets a value indicating whether the function is disabled """ return pulumi.get(self, "is_disabled")
Gets or sets a value indicating whether the function is disabled
Gets or sets a value indicating whether the function is disabled
[ "Gets", "or", "sets", "a", "value", "indicating", "whether", "the", "function", "is", "disabled" ]
def is_disabled(self) -> Optional[bool]: return pulumi.get(self, "is_disabled")
[ "def", "is_disabled", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_disabled\"", ")" ]
Gets or sets a value indicating whether the function is disabled
[ "Gets", "or", "sets", "a", "value", "indicating", "whether", "the", "function", "is", "disabled" ]
[ "\"\"\"\n Gets or sets a value indicating whether the function is disabled\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
16d33e62f844482223a7653c9e4126393bb05458
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/v20180701/get_live_event.py
[ "Apache-2.0" ]
Python
cross_site_access_policies
Optional['outputs.CrossSiteAccessPoliciesResponse']
def cross_site_access_policies(self) -> Optional['outputs.CrossSiteAccessPoliciesResponse']: """ The Live Event access policies. """ return pulumi.get(self, "cross_site_access_policies")
The Live Event access policies.
The Live Event access policies.
[ "The", "Live", "Event", "access", "policies", "." ]
def cross_site_access_policies(self) -> Optional['outputs.CrossSiteAccessPoliciesResponse']: return pulumi.get(self, "cross_site_access_policies")
[ "def", "cross_site_access_policies", "(", "self", ")", "->", "Optional", "[", "'outputs.CrossSiteAccessPoliciesResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"cross_site_access_policies\"", ")" ]
The Live Event access policies.
[ "The", "Live", "Event", "access", "policies", "." ]
[ "\"\"\"\n The Live Event access policies.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
16d33e62f844482223a7653c9e4126393bb05458
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/v20180701/get_live_event.py
[ "Apache-2.0" ]
Python
stream_options
Optional[Sequence[str]]
def stream_options(self) -> Optional[Sequence[str]]: """ The options to use for the LiveEvent. This value is specified at creation time and cannot be updated. """ return pulumi.get(self, "stream_options")
The options to use for the LiveEvent. This value is specified at creation time and cannot be updated.
The options to use for the LiveEvent. This value is specified at creation time and cannot be updated.
[ "The", "options", "to", "use", "for", "the", "LiveEvent", ".", "This", "value", "is", "specified", "at", "creation", "time", "and", "cannot", "be", "updated", "." ]
def stream_options(self) -> Optional[Sequence[str]]: return pulumi.get(self, "stream_options")
[ "def", "stream_options", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"stream_options\"", ")" ]
The options to use for the LiveEvent.
[ "The", "options", "to", "use", "for", "the", "LiveEvent", "." ]
[ "\"\"\"\n The options to use for the LiveEvent. This value is specified at creation time and cannot be updated.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
16d33e62f844482223a7653c9e4126393bb05458
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/v20180701/get_live_event.py
[ "Apache-2.0" ]
Python
vanity_url
Optional[bool]
def vanity_url(self) -> Optional[bool]: """ Specifies whether to use a vanity url with the Live Event. This value is specified at creation time and cannot be updated. """ return pulumi.get(self, "vanity_url")
Specifies whether to use a vanity url with the Live Event. This value is specified at creation time and cannot be updated.
Specifies whether to use a vanity url with the Live Event. This value is specified at creation time and cannot be updated.
[ "Specifies", "whether", "to", "use", "a", "vanity", "url", "with", "the", "Live", "Event", ".", "This", "value", "is", "specified", "at", "creation", "time", "and", "cannot", "be", "updated", "." ]
def vanity_url(self) -> Optional[bool]: return pulumi.get(self, "vanity_url")
[ "def", "vanity_url", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"vanity_url\"", ")" ]
Specifies whether to use a vanity url with the Live Event.
[ "Specifies", "whether", "to", "use", "a", "vanity", "url", "with", "the", "Live", "Event", "." ]
[ "\"\"\"\n Specifies whether to use a vanity url with the Live Event. This value is specified at creation time and cannot be updated.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
16da56cb7a3ec4c5d16183a72ea074a55b044ed2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/delegatednetwork/controller_details.py
[ "Apache-2.0" ]
Python
dnc_app_id
pulumi.Output[str]
def dnc_app_id(self) -> pulumi.Output[str]: """ dnc application id should be used by customer to authenticate with dnc gateway. """ return pulumi.get(self, "dnc_app_id")
dnc application id should be used by customer to authenticate with dnc gateway.
dnc application id should be used by customer to authenticate with dnc gateway.
[ "dnc", "application", "id", "should", "be", "used", "by", "customer", "to", "authenticate", "with", "dnc", "gateway", "." ]
def dnc_app_id(self) -> pulumi.Output[str]: return pulumi.get(self, "dnc_app_id")
[ "def", "dnc_app_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"dnc_app_id\"", ")" ]
dnc application id should be used by customer to authenticate with dnc gateway.
[ "dnc", "application", "id", "should", "be", "used", "by", "customer", "to", "authenticate", "with", "dnc", "gateway", "." ]
[ "\"\"\"\n dnc application id should be used by customer to authenticate with dnc gateway.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
16da56cb7a3ec4c5d16183a72ea074a55b044ed2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/delegatednetwork/controller_details.py
[ "Apache-2.0" ]
Python
dnc_endpoint
pulumi.Output[str]
def dnc_endpoint(self) -> pulumi.Output[str]: """ dnc endpoint url that customers can use to connect to """ return pulumi.get(self, "dnc_endpoint")
dnc endpoint url that customers can use to connect to
dnc endpoint url that customers can use to connect to
[ "dnc", "endpoint", "url", "that", "customers", "can", "use", "to", "connect", "to" ]
def dnc_endpoint(self) -> pulumi.Output[str]: return pulumi.get(self, "dnc_endpoint")
[ "def", "dnc_endpoint", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"dnc_endpoint\"", ")" ]
dnc endpoint url that customers can use to connect to
[ "dnc", "endpoint", "url", "that", "customers", "can", "use", "to", "connect", "to" ]
[ "\"\"\"\n dnc endpoint url that customers can use to connect 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": [] }
16da56cb7a3ec4c5d16183a72ea074a55b044ed2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/delegatednetwork/controller_details.py
[ "Apache-2.0" ]
Python
dnc_tenant_id
pulumi.Output[str]
def dnc_tenant_id(self) -> pulumi.Output[str]: """ tenant id of dnc application id """ return pulumi.get(self, "dnc_tenant_id")
tenant id of dnc application id
tenant id of dnc application id
[ "tenant", "id", "of", "dnc", "application", "id" ]
def dnc_tenant_id(self) -> pulumi.Output[str]: return pulumi.get(self, "dnc_tenant_id")
[ "def", "dnc_tenant_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"dnc_tenant_id\"", ")" ]
tenant id of dnc application id
[ "tenant", "id", "of", "dnc", "application", "id" ]
[ "\"\"\"\n tenant id of dnc application id\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cdc3490991e9dc20d9e226c456b2603fb94d8a78
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/virtualmachineimages/v20190201preview/get_virtual_machine_image_template.py
[ "Apache-2.0" ]
Python
customize
Optional[Sequence[Any]]
def customize(self) -> Optional[Sequence[Any]]: """ Specifies the properties used to describe the customization steps of the image, like Image source etc """ return pulumi.get(self, "customize")
Specifies the properties used to describe the customization steps of the image, like Image source etc
Specifies the properties used to describe the customization steps of the image, like Image source etc
[ "Specifies", "the", "properties", "used", "to", "describe", "the", "customization", "steps", "of", "the", "image", "like", "Image", "source", "etc" ]
def customize(self) -> Optional[Sequence[Any]]: return pulumi.get(self, "customize")
[ "def", "customize", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "Any", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"customize\"", ")" ]
Specifies the properties used to describe the customization steps of the image, like Image source etc
[ "Specifies", "the", "properties", "used", "to", "describe", "the", "customization", "steps", "of", "the", "image", "like", "Image", "source", "etc" ]
[ "\"\"\"\n Specifies the properties used to describe the customization steps of the image, like Image source etc\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cdc3490991e9dc20d9e226c456b2603fb94d8a78
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/virtualmachineimages/v20190201preview/get_virtual_machine_image_template.py
[ "Apache-2.0" ]
Python
distribute
Sequence[Any]
def distribute(self) -> Sequence[Any]: """ The distribution targets where the image output needs to go to. """ return pulumi.get(self, "distribute")
The distribution targets where the image output needs to go to.
The distribution targets where the image output needs to go to.
[ "The", "distribution", "targets", "where", "the", "image", "output", "needs", "to", "go", "to", "." ]
def distribute(self) -> Sequence[Any]: return pulumi.get(self, "distribute")
[ "def", "distribute", "(", "self", ")", "->", "Sequence", "[", "Any", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"distribute\"", ")" ]
The distribution targets where the image output needs to go to.
[ "The", "distribution", "targets", "where", "the", "image", "output", "needs", "to", "go", "to", "." ]
[ "\"\"\"\n The distribution targets where the image output needs to go 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": [] }
cdc3490991e9dc20d9e226c456b2603fb94d8a78
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/virtualmachineimages/v20190201preview/get_virtual_machine_image_template.py
[ "Apache-2.0" ]
Python
last_run_status
'outputs.ImageTemplateLastRunStatusResponse'
def last_run_status(self) -> 'outputs.ImageTemplateLastRunStatusResponse': """ State of 'run' that is currently executing or was last executed. """ return pulumi.get(self, "last_run_status")
State of 'run' that is currently executing or was last executed.
State of 'run' that is currently executing or was last executed.
[ "State", "of", "'", "run", "'", "that", "is", "currently", "executing", "or", "was", "last", "executed", "." ]
def last_run_status(self) -> 'outputs.ImageTemplateLastRunStatusResponse': return pulumi.get(self, "last_run_status")
[ "def", "last_run_status", "(", "self", ")", "->", "'outputs.ImageTemplateLastRunStatusResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_run_status\"", ")" ]
State of 'run' that is currently executing or was last executed.
[ "State", "of", "'", "run", "'", "that", "is", "currently", "executing", "or", "was", "last", "executed", "." ]
[ "\"\"\"\n State of 'run' that is currently executing or was last executed.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cdc3490991e9dc20d9e226c456b2603fb94d8a78
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/virtualmachineimages/v20190201preview/get_virtual_machine_image_template.py
[ "Apache-2.0" ]
Python
source
Any
def source(self) -> Any: """ Specifies the properties used to describe the source image. """ return pulumi.get(self, "source")
Specifies the properties used to describe the source image.
Specifies the properties used to describe the source image.
[ "Specifies", "the", "properties", "used", "to", "describe", "the", "source", "image", "." ]
def source(self) -> Any: return pulumi.get(self, "source")
[ "def", "source", "(", "self", ")", "->", "Any", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"source\"", ")" ]
Specifies the properties used to describe the source image.
[ "Specifies", "the", "properties", "used", "to", "describe", "the", "source", "image", "." ]
[ "\"\"\"\n Specifies the properties used to describe the source image.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9d3c52a54370d2ee2acbd001411647b5319ab6d2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/latest/live_event.py
[ "Apache-2.0" ]
Python
encoding
pulumi.Output[Optional['outputs.LiveEventEncodingResponse']]
def encoding(self) -> pulumi.Output[Optional['outputs.LiveEventEncodingResponse']]: """ Encoding settings for the live event. It configures whether a live encoder is used for the live event and settings for the live encoder if it is used. """ return pulumi.get(self, "encoding")
Encoding settings for the live event. It configures whether a live encoder is used for the live event and settings for the live encoder if it is used.
Encoding settings for the live event. It configures whether a live encoder is used for the live event and settings for the live encoder if it is used.
[ "Encoding", "settings", "for", "the", "live", "event", ".", "It", "configures", "whether", "a", "live", "encoder", "is", "used", "for", "the", "live", "event", "and", "settings", "for", "the", "live", "encoder", "if", "it", "is", "used", "." ]
def encoding(self) -> pulumi.Output[Optional['outputs.LiveEventEncodingResponse']]: return pulumi.get(self, "encoding")
[ "def", "encoding", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.LiveEventEncodingResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"encoding\"", ")" ]
Encoding settings for the live event.
[ "Encoding", "settings", "for", "the", "live", "event", "." ]
[ "\"\"\"\n Encoding settings for the live event. It configures whether a live encoder is used for the live event and settings for the live encoder if it is 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": [] }
9d3c52a54370d2ee2acbd001411647b5319ab6d2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/latest/live_event.py
[ "Apache-2.0" ]
Python
hostname_prefix
pulumi.Output[Optional[str]]
def hostname_prefix(self) -> pulumi.Output[Optional[str]]: """ When useStaticHostname is set to true, the hostnamePrefix specifies the first part of the hostname assigned to the live event preview and ingest endpoints. The final hostname would be a combination of this prefix, the media service account n...
When useStaticHostname is set to true, the hostnamePrefix specifies the first part of the hostname assigned to the live event preview and ingest endpoints. The final hostname would be a combination of this prefix, the media service account name and a short code for the Azure Media Services data center. ...
When useStaticHostname is set to true, the hostnamePrefix specifies the first part of the hostname assigned to the live event preview and ingest endpoints. The final hostname would be a combination of this prefix, the media service account name and a short code for the Azure Media Services data center.
[ "When", "useStaticHostname", "is", "set", "to", "true", "the", "hostnamePrefix", "specifies", "the", "first", "part", "of", "the", "hostname", "assigned", "to", "the", "live", "event", "preview", "and", "ingest", "endpoints", ".", "The", "final", "hostname", "...
def hostname_prefix(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "hostname_prefix")
[ "def", "hostname_prefix", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hostname_prefix\"", ")" ]
When useStaticHostname is set to true, the hostnamePrefix specifies the first part of the hostname assigned to the live event preview and ingest endpoints.
[ "When", "useStaticHostname", "is", "set", "to", "true", "the", "hostnamePrefix", "specifies", "the", "first", "part", "of", "the", "hostname", "assigned", "to", "the", "live", "event", "preview", "and", "ingest", "endpoints", "." ]
[ "\"\"\"\n When useStaticHostname is set to true, the hostnamePrefix specifies the first part of the hostname assigned to the live event preview and ingest endpoints. The final hostname would be a combination of this prefix, the media service account name and a short code for the Azure Media Services data cen...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9d3c52a54370d2ee2acbd001411647b5319ab6d2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/latest/live_event.py
[ "Apache-2.0" ]
Python
input
pulumi.Output['outputs.LiveEventInputResponse']
def input(self) -> pulumi.Output['outputs.LiveEventInputResponse']: """ Live event input settings. It defines how the live event receives input from a contribution encoder. """ return pulumi.get(self, "input")
Live event input settings. It defines how the live event receives input from a contribution encoder.
Live event input settings. It defines how the live event receives input from a contribution encoder.
[ "Live", "event", "input", "settings", ".", "It", "defines", "how", "the", "live", "event", "receives", "input", "from", "a", "contribution", "encoder", "." ]
def input(self) -> pulumi.Output['outputs.LiveEventInputResponse']: return pulumi.get(self, "input")
[ "def", "input", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.LiveEventInputResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"input\"", ")" ]
Live event input settings.
[ "Live", "event", "input", "settings", "." ]
[ "\"\"\"\n Live event input settings. It defines how the live event receives input from a contribution encoder.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9d3c52a54370d2ee2acbd001411647b5319ab6d2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/latest/live_event.py
[ "Apache-2.0" ]
Python
preview
pulumi.Output[Optional['outputs.LiveEventPreviewResponse']]
def preview(self) -> pulumi.Output[Optional['outputs.LiveEventPreviewResponse']]: """ Live event preview settings. Preview allows live event producers to preview the live streaming content without creating any live output. """ return pulumi.get(self, "preview")
Live event preview settings. Preview allows live event producers to preview the live streaming content without creating any live output.
Live event preview settings. Preview allows live event producers to preview the live streaming content without creating any live output.
[ "Live", "event", "preview", "settings", ".", "Preview", "allows", "live", "event", "producers", "to", "preview", "the", "live", "streaming", "content", "without", "creating", "any", "live", "output", "." ]
def preview(self) -> pulumi.Output[Optional['outputs.LiveEventPreviewResponse']]: return pulumi.get(self, "preview")
[ "def", "preview", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.LiveEventPreviewResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"preview\"", ")" ]
Live event preview settings.
[ "Live", "event", "preview", "settings", "." ]
[ "\"\"\"\n Live event preview settings. Preview allows live event producers to preview the live streaming content without creating any live output.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9d3c52a54370d2ee2acbd001411647b5319ab6d2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/latest/live_event.py
[ "Apache-2.0" ]
Python
stream_options
pulumi.Output[Optional[Sequence[str]]]
def stream_options(self) -> pulumi.Output[Optional[Sequence[str]]]: """ The options to use for the LiveEvent. This value is specified at creation time and cannot be updated. The valid values for the array entry values are 'Default' and 'LowLatency'. """ return pulumi.get(self, "stream_op...
The options to use for the LiveEvent. This value is specified at creation time and cannot be updated. The valid values for the array entry values are 'Default' and 'LowLatency'.
The options to use for the LiveEvent. This value is specified at creation time and cannot be updated. The valid values for the array entry values are 'Default' and 'LowLatency'.
[ "The", "options", "to", "use", "for", "the", "LiveEvent", ".", "This", "value", "is", "specified", "at", "creation", "time", "and", "cannot", "be", "updated", ".", "The", "valid", "values", "for", "the", "array", "entry", "values", "are", "'", "Default", ...
def stream_options(self) -> pulumi.Output[Optional[Sequence[str]]]: return pulumi.get(self, "stream_options")
[ "def", "stream_options", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"stream_options\"", ")" ]
The options to use for the LiveEvent.
[ "The", "options", "to", "use", "for", "the", "LiveEvent", "." ]
[ "\"\"\"\n The options to use for the LiveEvent. This value is specified at creation time and cannot be updated. The valid values for the array entry values are 'Default' and 'LowLatency'.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9d3c52a54370d2ee2acbd001411647b5319ab6d2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/latest/live_event.py
[ "Apache-2.0" ]
Python
transcriptions
pulumi.Output[Optional[Sequence['outputs.LiveEventTranscriptionResponse']]]
def transcriptions(self) -> pulumi.Output[Optional[Sequence['outputs.LiveEventTranscriptionResponse']]]: """ Live transcription settings for the live event. See https://go.microsoft.com/fwlink/?linkid=2133742 for more information about the live transcription feature. """ return pulumi.ge...
Live transcription settings for the live event. See https://go.microsoft.com/fwlink/?linkid=2133742 for more information about the live transcription feature.
Live transcription settings for the live event.
[ "Live", "transcription", "settings", "for", "the", "live", "event", "." ]
def transcriptions(self) -> pulumi.Output[Optional[Sequence['outputs.LiveEventTranscriptionResponse']]]: return pulumi.get(self, "transcriptions")
[ "def", "transcriptions", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.LiveEventTranscriptionResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"transcriptions\"", ")" ]
Live transcription settings for the live event.
[ "Live", "transcription", "settings", "for", "the", "live", "event", "." ]
[ "\"\"\"\n Live transcription settings for the live event. See https://go.microsoft.com/fwlink/?linkid=2133742 for more information about the live transcription feature.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9d3c52a54370d2ee2acbd001411647b5319ab6d2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/latest/live_event.py
[ "Apache-2.0" ]
Python
use_static_hostname
pulumi.Output[Optional[bool]]
def use_static_hostname(self) -> pulumi.Output[Optional[bool]]: """ Specifies whether a static hostname would be assigned to the live event preview and ingest endpoints. This value can only be updated if the live event is in Standby state """ return pulumi.get(self, "use_static_hostname"...
Specifies whether a static hostname would be assigned to the live event preview and ingest endpoints. This value can only be updated if the live event is in Standby state
Specifies whether a static hostname would be assigned to the live event preview and ingest endpoints. This value can only be updated if the live event is in Standby state
[ "Specifies", "whether", "a", "static", "hostname", "would", "be", "assigned", "to", "the", "live", "event", "preview", "and", "ingest", "endpoints", ".", "This", "value", "can", "only", "be", "updated", "if", "the", "live", "event", "is", "in", "Standby", ...
def use_static_hostname(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "use_static_hostname")
[ "def", "use_static_hostname", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"use_static_hostname\"", ")" ]
Specifies whether a static hostname would be assigned to the live event preview and ingest endpoints.
[ "Specifies", "whether", "a", "static", "hostname", "would", "be", "assigned", "to", "the", "live", "event", "preview", "and", "ingest", "endpoints", "." ]
[ "\"\"\"\n Specifies whether a static hostname would be assigned to the live event preview and ingest endpoints. This value can only be updated if the live event is in Standby 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": [] }
d74d030381c5f4da830dc163c2babef75bde9000
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/v20200821preview/get_application_definition.py
[ "Apache-2.0" ]
Python
artifacts
Optional[Sequence['outputs.ApplicationDefinitionArtifactResponse']]
def artifacts(self) -> Optional[Sequence['outputs.ApplicationDefinitionArtifactResponse']]: """ The collection of managed application artifacts. The portal will use the files specified as artifacts to construct the user experience of creating a managed application from a managed application definition. ...
The collection of managed application artifacts. The portal will use the files specified as artifacts to construct the user experience of creating a managed application from a managed application definition.
The collection of managed application artifacts. The portal will use the files specified as artifacts to construct the user experience of creating a managed application from a managed application definition.
[ "The", "collection", "of", "managed", "application", "artifacts", ".", "The", "portal", "will", "use", "the", "files", "specified", "as", "artifacts", "to", "construct", "the", "user", "experience", "of", "creating", "a", "managed", "application", "from", "a", ...
def artifacts(self) -> Optional[Sequence['outputs.ApplicationDefinitionArtifactResponse']]: return pulumi.get(self, "artifacts")
[ "def", "artifacts", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ApplicationDefinitionArtifactResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"artifacts\"", ")" ]
The collection of managed application artifacts.
[ "The", "collection", "of", "managed", "application", "artifacts", "." ]
[ "\"\"\"\n The collection of managed application artifacts. The portal will use the files specified as artifacts to construct the user experience of creating a managed application from a managed application definition.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d74d030381c5f4da830dc163c2babef75bde9000
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/v20200821preview/get_application_definition.py
[ "Apache-2.0" ]
Python
authorizations
Optional[Sequence['outputs.ApplicationAuthorizationResponse']]
def authorizations(self) -> Optional[Sequence['outputs.ApplicationAuthorizationResponse']]: """ The managed application provider authorizations. """ return pulumi.get(self, "authorizations")
The managed application provider authorizations.
The managed application provider authorizations.
[ "The", "managed", "application", "provider", "authorizations", "." ]
def authorizations(self) -> Optional[Sequence['outputs.ApplicationAuthorizationResponse']]: return pulumi.get(self, "authorizations")
[ "def", "authorizations", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ApplicationAuthorizationResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"authorizations\"", ")" ]
The managed application provider authorizations.
[ "The", "managed", "application", "provider", "authorizations", "." ]
[ "\"\"\"\n The managed application provider authorizations.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d74d030381c5f4da830dc163c2babef75bde9000
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/v20200821preview/get_application_definition.py
[ "Apache-2.0" ]
Python
create_ui_definition
Optional[Any]
def create_ui_definition(self) -> Optional[Any]: """ The createUiDefinition json for the backing template with Microsoft.Solutions/applications resource. It can be a JObject or well-formed JSON string. """ return pulumi.get(self, "create_ui_definition")
The createUiDefinition json for the backing template with Microsoft.Solutions/applications resource. It can be a JObject or well-formed JSON string.
The createUiDefinition json for the backing template with Microsoft.Solutions/applications resource. It can be a JObject or well-formed JSON string.
[ "The", "createUiDefinition", "json", "for", "the", "backing", "template", "with", "Microsoft", ".", "Solutions", "/", "applications", "resource", ".", "It", "can", "be", "a", "JObject", "or", "well", "-", "formed", "JSON", "string", "." ]
def create_ui_definition(self) -> Optional[Any]: return pulumi.get(self, "create_ui_definition")
[ "def", "create_ui_definition", "(", "self", ")", "->", "Optional", "[", "Any", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"create_ui_definition\"", ")" ]
The createUiDefinition json for the backing template with Microsoft.Solutions/applications resource.
[ "The", "createUiDefinition", "json", "for", "the", "backing", "template", "with", "Microsoft", ".", "Solutions", "/", "applications", "resource", "." ]
[ "\"\"\"\n The createUiDefinition json for the backing template with Microsoft.Solutions/applications resource. It can be a JObject or well-formed JSON string.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d74d030381c5f4da830dc163c2babef75bde9000
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/v20200821preview/get_application_definition.py
[ "Apache-2.0" ]
Python
deployment_policy
Optional['outputs.ApplicationDeploymentPolicyResponse']
def deployment_policy(self) -> Optional['outputs.ApplicationDeploymentPolicyResponse']: """ The managed application deployment policy. """ return pulumi.get(self, "deployment_policy")
The managed application deployment policy.
The managed application deployment policy.
[ "The", "managed", "application", "deployment", "policy", "." ]
def deployment_policy(self) -> Optional['outputs.ApplicationDeploymentPolicyResponse']: return pulumi.get(self, "deployment_policy")
[ "def", "deployment_policy", "(", "self", ")", "->", "Optional", "[", "'outputs.ApplicationDeploymentPolicyResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"deployment_policy\"", ")" ]
The managed application deployment policy.
[ "The", "managed", "application", "deployment", "policy", "." ]
[ "\"\"\"\n The managed application deployment 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": [] }
d74d030381c5f4da830dc163c2babef75bde9000
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/v20200821preview/get_application_definition.py
[ "Apache-2.0" ]
Python
lock_level
str
def lock_level(self) -> str: """ The managed application lock level. """ return pulumi.get(self, "lock_level")
The managed application lock level.
The managed application lock level.
[ "The", "managed", "application", "lock", "level", "." ]
def lock_level(self) -> str: return pulumi.get(self, "lock_level")
[ "def", "lock_level", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"lock_level\"", ")" ]
The managed application lock level.
[ "The", "managed", "application", "lock", "level", "." ]
[ "\"\"\"\n The managed application lock level.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d74d030381c5f4da830dc163c2babef75bde9000
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/v20200821preview/get_application_definition.py
[ "Apache-2.0" ]
Python
locking_policy
Optional['outputs.ApplicationPackageLockingPolicyDefinitionResponse']
def locking_policy(self) -> Optional['outputs.ApplicationPackageLockingPolicyDefinitionResponse']: """ The managed application locking policy. """ return pulumi.get(self, "locking_policy")
The managed application locking policy.
The managed application locking policy.
[ "The", "managed", "application", "locking", "policy", "." ]
def locking_policy(self) -> Optional['outputs.ApplicationPackageLockingPolicyDefinitionResponse']: return pulumi.get(self, "locking_policy")
[ "def", "locking_policy", "(", "self", ")", "->", "Optional", "[", "'outputs.ApplicationPackageLockingPolicyDefinitionResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"locking_policy\"", ")" ]
The managed application locking policy.
[ "The", "managed", "application", "locking", "policy", "." ]
[ "\"\"\"\n The managed application locking 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": [] }
d74d030381c5f4da830dc163c2babef75bde9000
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/v20200821preview/get_application_definition.py
[ "Apache-2.0" ]
Python
main_template
Optional[Any]
def main_template(self) -> Optional[Any]: """ The inline main template json which has resources to be provisioned. It can be a JObject or well-formed JSON string. """ return pulumi.get(self, "main_template")
The inline main template json which has resources to be provisioned. It can be a JObject or well-formed JSON string.
The inline main template json which has resources to be provisioned. It can be a JObject or well-formed JSON string.
[ "The", "inline", "main", "template", "json", "which", "has", "resources", "to", "be", "provisioned", ".", "It", "can", "be", "a", "JObject", "or", "well", "-", "formed", "JSON", "string", "." ]
def main_template(self) -> Optional[Any]: return pulumi.get(self, "main_template")
[ "def", "main_template", "(", "self", ")", "->", "Optional", "[", "Any", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"main_template\"", ")" ]
The inline main template json which has resources to be provisioned.
[ "The", "inline", "main", "template", "json", "which", "has", "resources", "to", "be", "provisioned", "." ]
[ "\"\"\"\n The inline main template json which has resources to be provisioned. It can be a JObject or well-formed JSON string.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d74d030381c5f4da830dc163c2babef75bde9000
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/v20200821preview/get_application_definition.py
[ "Apache-2.0" ]
Python
management_policy
Optional['outputs.ApplicationManagementPolicyResponse']
def management_policy(self) -> Optional['outputs.ApplicationManagementPolicyResponse']: """ The managed application management policy that determines publisher's access to the managed resource group. """ return pulumi.get(self, "management_policy")
The managed application management policy that determines publisher's access to the managed resource group.
The managed application management policy that determines publisher's access to the managed resource group.
[ "The", "managed", "application", "management", "policy", "that", "determines", "publisher", "'", "s", "access", "to", "the", "managed", "resource", "group", "." ]
def management_policy(self) -> Optional['outputs.ApplicationManagementPolicyResponse']: return pulumi.get(self, "management_policy")
[ "def", "management_policy", "(", "self", ")", "->", "Optional", "[", "'outputs.ApplicationManagementPolicyResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"management_policy\"", ")" ]
The managed application management policy that determines publisher's access to the managed resource group.
[ "The", "managed", "application", "management", "policy", "that", "determines", "publisher", "'", "s", "access", "to", "the", "managed", "resource", "group", "." ]
[ "\"\"\"\n The managed application management policy that determines publisher's access to the managed resource group.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d74d030381c5f4da830dc163c2babef75bde9000
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/v20200821preview/get_application_definition.py
[ "Apache-2.0" ]
Python
notification_policy
Optional['outputs.ApplicationNotificationPolicyResponse']
def notification_policy(self) -> Optional['outputs.ApplicationNotificationPolicyResponse']: """ The managed application notification policy. """ return pulumi.get(self, "notification_policy")
The managed application notification policy.
The managed application notification policy.
[ "The", "managed", "application", "notification", "policy", "." ]
def notification_policy(self) -> Optional['outputs.ApplicationNotificationPolicyResponse']: return pulumi.get(self, "notification_policy")
[ "def", "notification_policy", "(", "self", ")", "->", "Optional", "[", "'outputs.ApplicationNotificationPolicyResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"notification_policy\"", ")" ]
The managed application notification policy.
[ "The", "managed", "application", "notification", "policy", "." ]
[ "\"\"\"\n The managed application notification 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": [] }
d74d030381c5f4da830dc163c2babef75bde9000
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/v20200821preview/get_application_definition.py
[ "Apache-2.0" ]
Python
package_file_uri
Optional[str]
def package_file_uri(self) -> Optional[str]: """ The managed application definition package file Uri. Use this element """ return pulumi.get(self, "package_file_uri")
The managed application definition package file Uri. Use this element
The managed application definition package file Uri. Use this element
[ "The", "managed", "application", "definition", "package", "file", "Uri", ".", "Use", "this", "element" ]
def package_file_uri(self) -> Optional[str]: return pulumi.get(self, "package_file_uri")
[ "def", "package_file_uri", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"package_file_uri\"", ")" ]
The managed application definition package file Uri.
[ "The", "managed", "application", "definition", "package", "file", "Uri", "." ]
[ "\"\"\"\n The managed application definition package file Uri. Use this element\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d74d030381c5f4da830dc163c2babef75bde9000
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/v20200821preview/get_application_definition.py
[ "Apache-2.0" ]
Python
policies
Optional[Sequence['outputs.ApplicationPolicyResponse']]
def policies(self) -> Optional[Sequence['outputs.ApplicationPolicyResponse']]: """ The managed application provider policies. """ return pulumi.get(self, "policies")
The managed application provider policies.
The managed application provider policies.
[ "The", "managed", "application", "provider", "policies", "." ]
def policies(self) -> Optional[Sequence['outputs.ApplicationPolicyResponse']]: return pulumi.get(self, "policies")
[ "def", "policies", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ApplicationPolicyResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"policies\"", ")" ]
The managed application provider policies.
[ "The", "managed", "application", "provider", "policies", "." ]
[ "\"\"\"\n The managed application provider policies.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d74d030381c5f4da830dc163c2babef75bde9000
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/v20200821preview/get_application_definition.py
[ "Apache-2.0" ]
Python
storage_account_id
Optional[str]
def storage_account_id(self) -> Optional[str]: """ The storage account id for bring your own storage scenario. """ return pulumi.get(self, "storage_account_id")
The storage account id for bring your own storage scenario.
The storage account id for bring your own storage scenario.
[ "The", "storage", "account", "id", "for", "bring", "your", "own", "storage", "scenario", "." ]
def storage_account_id(self) -> Optional[str]: return pulumi.get(self, "storage_account_id")
[ "def", "storage_account_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"storage_account_id\"", ")" ]
The storage account id for bring your own storage scenario.
[ "The", "storage", "account", "id", "for", "bring", "your", "own", "storage", "scenario", "." ]
[ "\"\"\"\n The storage account id for bring your own storage scenario.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
981a922e147da9acd8d058124ad81b160a89e809
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/v20191101/outputs.py
[ "Apache-2.0" ]
Python
data_set
Optional['outputs.QueryDatasetResponse']
def data_set(self) -> Optional['outputs.QueryDatasetResponse']: """ Has definition for data in this query. """ return pulumi.get(self, "data_set")
Has definition for data in this query.
Has definition for data in this query.
[ "Has", "definition", "for", "data", "in", "this", "query", "." ]
def data_set(self) -> Optional['outputs.QueryDatasetResponse']: return pulumi.get(self, "data_set")
[ "def", "data_set", "(", "self", ")", "->", "Optional", "[", "'outputs.QueryDatasetResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"data_set\"", ")" ]
Has definition for data in this query.
[ "Has", "definition", "for", "data", "in", "this", "query", "." ]
[ "\"\"\"\n Has definition for data in this query.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
981a922e147da9acd8d058124ad81b160a89e809
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/v20191101/outputs.py
[ "Apache-2.0" ]
Python
time_period
Optional['outputs.QueryTimePeriodResponse']
def time_period(self) -> Optional['outputs.QueryTimePeriodResponse']: """ Has time period for pulling data for the query. """ return pulumi.get(self, "time_period")
Has time period for pulling data for the query.
Has time period for pulling data for the query.
[ "Has", "time", "period", "for", "pulling", "data", "for", "the", "query", "." ]
def time_period(self) -> Optional['outputs.QueryTimePeriodResponse']: return pulumi.get(self, "time_period")
[ "def", "time_period", "(", "self", ")", "->", "Optional", "[", "'outputs.QueryTimePeriodResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"time_period\"", ")" ]
Has time period for pulling data for the query.
[ "Has", "time", "period", "for", "pulling", "data", "for", "the", "query", "." ]
[ "\"\"\"\n Has time period for pulling data for the query.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
981a922e147da9acd8d058124ad81b160a89e809
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/v20191101/outputs.py
[ "Apache-2.0" ]
Python
aggregation
Optional[Mapping[str, 'outputs.QueryAggregationResponse']]
def aggregation(self) -> Optional[Mapping[str, 'outputs.QueryAggregationResponse']]: """ Dictionary of aggregation expression to use in the query. The key of each item in the dictionary is the alias for the aggregated column. Query can have up to 2 aggregation clauses. """ return pulumi....
Dictionary of aggregation expression to use in the query. The key of each item in the dictionary is the alias for the aggregated column. Query can have up to 2 aggregation clauses.
Dictionary of aggregation expression to use in the query. The key of each item in the dictionary is the alias for the aggregated column. Query can have up to 2 aggregation clauses.
[ "Dictionary", "of", "aggregation", "expression", "to", "use", "in", "the", "query", ".", "The", "key", "of", "each", "item", "in", "the", "dictionary", "is", "the", "alias", "for", "the", "aggregated", "column", ".", "Query", "can", "have", "up", "to", "...
def aggregation(self) -> Optional[Mapping[str, 'outputs.QueryAggregationResponse']]: return pulumi.get(self, "aggregation")
[ "def", "aggregation", "(", "self", ")", "->", "Optional", "[", "Mapping", "[", "str", ",", "'outputs.QueryAggregationResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"aggregation\"", ")" ]
Dictionary of aggregation expression to use in the query.
[ "Dictionary", "of", "aggregation", "expression", "to", "use", "in", "the", "query", "." ]
[ "\"\"\"\n Dictionary of aggregation expression to use in the query. The key of each item in the dictionary is the alias for the aggregated column. Query can have up to 2 aggregation clauses.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
981a922e147da9acd8d058124ad81b160a89e809
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/v20191101/outputs.py
[ "Apache-2.0" ]
Python
configuration
Optional['outputs.QueryDatasetConfigurationResponse']
def configuration(self) -> Optional['outputs.QueryDatasetConfigurationResponse']: """ Has configuration information for the data in the export. The configuration will be ignored if aggregation and grouping are provided. """ return pulumi.get(self, "configuration")
Has configuration information for the data in the export. The configuration will be ignored if aggregation and grouping are provided.
Has configuration information for the data in the export. The configuration will be ignored if aggregation and grouping are provided.
[ "Has", "configuration", "information", "for", "the", "data", "in", "the", "export", ".", "The", "configuration", "will", "be", "ignored", "if", "aggregation", "and", "grouping", "are", "provided", "." ]
def configuration(self) -> Optional['outputs.QueryDatasetConfigurationResponse']: return pulumi.get(self, "configuration")
[ "def", "configuration", "(", "self", ")", "->", "Optional", "[", "'outputs.QueryDatasetConfigurationResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"configuration\"", ")" ]
Has configuration information for the data in the export.
[ "Has", "configuration", "information", "for", "the", "data", "in", "the", "export", "." ]
[ "\"\"\"\n Has configuration information for the data in the export. The configuration will be ignored if aggregation and grouping are provided.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
981a922e147da9acd8d058124ad81b160a89e809
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/v20191101/outputs.py
[ "Apache-2.0" ]
Python
filter
Optional['outputs.QueryFilterResponse']
def filter(self) -> Optional['outputs.QueryFilterResponse']: """ Has filter expression to use in the query. """ return pulumi.get(self, "filter")
Has filter expression to use in the query.
Has filter expression to use in the query.
[ "Has", "filter", "expression", "to", "use", "in", "the", "query", "." ]
def filter(self) -> Optional['outputs.QueryFilterResponse']: return pulumi.get(self, "filter")
[ "def", "filter", "(", "self", ")", "->", "Optional", "[", "'outputs.QueryFilterResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"filter\"", ")" ]
Has filter expression to use in the query.
[ "Has", "filter", "expression", "to", "use", "in", "the", "query", "." ]
[ "\"\"\"\n Has filter expression to use in the query.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
981a922e147da9acd8d058124ad81b160a89e809
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/v20191101/outputs.py
[ "Apache-2.0" ]
Python
grouping
Optional[Sequence['outputs.QueryGroupingResponse']]
def grouping(self) -> Optional[Sequence['outputs.QueryGroupingResponse']]: """ Array of group by expression to use in the query. Query can have up to 2 group by clauses. """ return pulumi.get(self, "grouping")
Array of group by expression to use in the query. Query can have up to 2 group by clauses.
Array of group by expression to use in the query. Query can have up to 2 group by clauses.
[ "Array", "of", "group", "by", "expression", "to", "use", "in", "the", "query", ".", "Query", "can", "have", "up", "to", "2", "group", "by", "clauses", "." ]
def grouping(self) -> Optional[Sequence['outputs.QueryGroupingResponse']]: return pulumi.get(self, "grouping")
[ "def", "grouping", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.QueryGroupingResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"grouping\"", ")" ]
Array of group by expression to use in the query.
[ "Array", "of", "group", "by", "expression", "to", "use", "in", "the", "query", "." ]
[ "\"\"\"\n Array of group by expression to use in the query. Query can have up to 2 group by clauses.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
981a922e147da9acd8d058124ad81b160a89e809
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/v20191101/outputs.py
[ "Apache-2.0" ]
Python
and_
Optional[Sequence['outputs.QueryFilterResponse']]
def and_(self) -> Optional[Sequence['outputs.QueryFilterResponse']]: """ The logical "AND" expression. Must have at least 2 items. """ return pulumi.get(self, "and_")
The logical "AND" expression. Must have at least 2 items.
The logical "AND" expression. Must have at least 2 items.
[ "The", "logical", "\"", "AND", "\"", "expression", ".", "Must", "have", "at", "least", "2", "items", "." ]
def and_(self) -> Optional[Sequence['outputs.QueryFilterResponse']]: return pulumi.get(self, "and_")
[ "def", "and_", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.QueryFilterResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"and_\"", ")" ]
The logical "AND" expression.
[ "The", "logical", "\"", "AND", "\"", "expression", "." ]
[ "\"\"\"\n The logical \"AND\" expression. Must have at least 2 items.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
981a922e147da9acd8d058124ad81b160a89e809
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/v20191101/outputs.py
[ "Apache-2.0" ]
Python
dimensions
Optional['outputs.QueryComparisonExpressionResponse']
def dimensions(self) -> Optional['outputs.QueryComparisonExpressionResponse']: """ Has comparison expression for a dimension """ return pulumi.get(self, "dimensions")
Has comparison expression for a dimension
Has comparison expression for a dimension
[ "Has", "comparison", "expression", "for", "a", "dimension" ]
def dimensions(self) -> Optional['outputs.QueryComparisonExpressionResponse']: return pulumi.get(self, "dimensions")
[ "def", "dimensions", "(", "self", ")", "->", "Optional", "[", "'outputs.QueryComparisonExpressionResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"dimensions\"", ")" ]
Has comparison expression for a dimension
[ "Has", "comparison", "expression", "for", "a", "dimension" ]
[ "\"\"\"\n Has comparison expression for a dimension\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
981a922e147da9acd8d058124ad81b160a89e809
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/v20191101/outputs.py
[ "Apache-2.0" ]
Python
or_
Optional[Sequence['outputs.QueryFilterResponse']]
def or_(self) -> Optional[Sequence['outputs.QueryFilterResponse']]: """ The logical "OR" expression. Must have at least 2 items. """ return pulumi.get(self, "or_")
The logical "OR" expression. Must have at least 2 items.
The logical "OR" expression. Must have at least 2 items.
[ "The", "logical", "\"", "OR", "\"", "expression", ".", "Must", "have", "at", "least", "2", "items", "." ]
def or_(self) -> Optional[Sequence['outputs.QueryFilterResponse']]: return pulumi.get(self, "or_")
[ "def", "or_", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.QueryFilterResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"or_\"", ")" ]
The logical "OR" expression.
[ "The", "logical", "\"", "OR", "\"", "expression", "." ]
[ "\"\"\"\n The logical \"OR\" expression. Must have at least 2 items.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
981a922e147da9acd8d058124ad81b160a89e809
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/v20191101/outputs.py
[ "Apache-2.0" ]
Python
tags
Optional['outputs.QueryComparisonExpressionResponse']
def tags(self) -> Optional['outputs.QueryComparisonExpressionResponse']: """ Has comparison expression for a tag """ return pulumi.get(self, "tags")
Has comparison expression for a tag
Has comparison expression for a tag
[ "Has", "comparison", "expression", "for", "a", "tag" ]
def tags(self) -> Optional['outputs.QueryComparisonExpressionResponse']: return pulumi.get(self, "tags")
[ "def", "tags", "(", "self", ")", "->", "Optional", "[", "'outputs.QueryComparisonExpressionResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"tags\"", ")" ]
Has comparison expression for a tag
[ "Has", "comparison", "expression", "for", "a", "tag" ]
[ "\"\"\"\n Has comparison expression for a tag\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
981a922e147da9acd8d058124ad81b160a89e809
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/v20191101/outputs.py
[ "Apache-2.0" ]
Python
dimensions
Optional['outputs.ReportConfigComparisonExpressionResponse']
def dimensions(self) -> Optional['outputs.ReportConfigComparisonExpressionResponse']: """ Has comparison expression for a dimension """ return pulumi.get(self, "dimensions")
Has comparison expression for a dimension
Has comparison expression for a dimension
[ "Has", "comparison", "expression", "for", "a", "dimension" ]
def dimensions(self) -> Optional['outputs.ReportConfigComparisonExpressionResponse']: return pulumi.get(self, "dimensions")
[ "def", "dimensions", "(", "self", ")", "->", "Optional", "[", "'outputs.ReportConfigComparisonExpressionResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"dimensions\"", ")" ]
Has comparison expression for a dimension
[ "Has", "comparison", "expression", "for", "a", "dimension" ]
[ "\"\"\"\n Has comparison expression for a dimension\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
981a922e147da9acd8d058124ad81b160a89e809
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/v20191101/outputs.py
[ "Apache-2.0" ]
Python
tag_key
Optional['outputs.ReportConfigComparisonExpressionResponse']
def tag_key(self) -> Optional['outputs.ReportConfigComparisonExpressionResponse']: """ Has comparison expression for a tag key """ return pulumi.get(self, "tag_key")
Has comparison expression for a tag key
Has comparison expression for a tag key
[ "Has", "comparison", "expression", "for", "a", "tag", "key" ]
def tag_key(self) -> Optional['outputs.ReportConfigComparisonExpressionResponse']: return pulumi.get(self, "tag_key")
[ "def", "tag_key", "(", "self", ")", "->", "Optional", "[", "'outputs.ReportConfigComparisonExpressionResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"tag_key\"", ")" ]
Has comparison expression for a tag key
[ "Has", "comparison", "expression", "for", "a", "tag", "key" ]
[ "\"\"\"\n Has comparison expression for a tag key\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
981a922e147da9acd8d058124ad81b160a89e809
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/v20191101/outputs.py
[ "Apache-2.0" ]
Python
tags
Optional['outputs.ReportConfigComparisonExpressionResponse']
def tags(self) -> Optional['outputs.ReportConfigComparisonExpressionResponse']: """ Has comparison expression for a tag """ return pulumi.get(self, "tags")
Has comparison expression for a tag
Has comparison expression for a tag
[ "Has", "comparison", "expression", "for", "a", "tag" ]
def tags(self) -> Optional['outputs.ReportConfigComparisonExpressionResponse']: return pulumi.get(self, "tags")
[ "def", "tags", "(", "self", ")", "->", "Optional", "[", "'outputs.ReportConfigComparisonExpressionResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"tags\"", ")" ]
Has comparison expression for a tag
[ "Has", "comparison", "expression", "for", "a", "tag" ]
[ "\"\"\"\n Has comparison expression for a tag\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
982be739d70cbb5fb738e131b1899d42a8bc27cd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/windowsesu/get_multiple_activation_key.py
[ "Apache-2.0" ]
Python
agreement_number
Optional[str]
def agreement_number(self) -> Optional[str]: """ Agreement number under which the key is requested. """ return pulumi.get(self, "agreement_number")
Agreement number under which the key is requested.
Agreement number under which the key is requested.
[ "Agreement", "number", "under", "which", "the", "key", "is", "requested", "." ]
def agreement_number(self) -> Optional[str]: return pulumi.get(self, "agreement_number")
[ "def", "agreement_number", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"agreement_number\"", ")" ]
Agreement number under which the key is requested.
[ "Agreement", "number", "under", "which", "the", "key", "is", "requested", "." ]
[ "\"\"\"\n Agreement number under which the key is requested.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
982be739d70cbb5fb738e131b1899d42a8bc27cd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/windowsesu/get_multiple_activation_key.py
[ "Apache-2.0" ]
Python
installed_server_number
Optional[int]
def installed_server_number(self) -> Optional[int]: """ Number of activations/servers using the MAK key. """ return pulumi.get(self, "installed_server_number")
Number of activations/servers using the MAK key.
Number of activations/servers using the MAK key.
[ "Number", "of", "activations", "/", "servers", "using", "the", "MAK", "key", "." ]
def installed_server_number(self) -> Optional[int]: return pulumi.get(self, "installed_server_number")
[ "def", "installed_server_number", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"installed_server_number\"", ")" ]
Number of activations/servers using the MAK key.
[ "Number", "of", "activations", "/", "servers", "using", "the", "MAK", "key", "." ]
[ "\"\"\"\n Number of activations/servers using the MAK key.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
982be739d70cbb5fb738e131b1899d42a8bc27cd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/windowsesu/get_multiple_activation_key.py
[ "Apache-2.0" ]
Python
is_eligible
Optional[bool]
def is_eligible(self) -> Optional[bool]: """ <code> true </code> if user has eligible on-premises Windows physical or virtual machines, and that the requested key will only be used in their organization; <code> false </code> otherwise. """ return pulumi.get(self, "is_eligible")
<code> true </code> if user has eligible on-premises Windows physical or virtual machines, and that the requested key will only be used in their organization; <code> false </code> otherwise.
true if user has eligible on-premises Windows physical or virtual machines, and that the requested key will only be used in their organization; false otherwise.
[ "true", "if", "user", "has", "eligible", "on", "-", "premises", "Windows", "physical", "or", "virtual", "machines", "and", "that", "the", "requested", "key", "will", "only", "be", "used", "in", "their", "organization", ";", "false", "otherwise", "." ]
def is_eligible(self) -> Optional[bool]: return pulumi.get(self, "is_eligible")
[ "def", "is_eligible", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_eligible\"", ")" ]
<code> true </code> if user has eligible on-premises Windows physical or virtual machines, and that the requested key will only be used in their organization; <code> false </code> otherwise.
[ "<code", ">", "true", "<", "/", "code", ">", "if", "user", "has", "eligible", "on", "-", "premises", "Windows", "physical", "or", "virtual", "machines", "and", "that", "the", "requested", "key", "will", "only", "be", "used", "in", "their", "organization", ...
[ "\"\"\"\n <code> true </code> if user has eligible on-premises Windows physical or virtual machines, and that the requested key will only be used in their organization; <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": [] }
2c4292787596cc5ed36c5689ba10e24cbe52f529
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datalakestore/v20161101/account.py
[ "Apache-2.0" ]
Python
current_tier
pulumi.Output[str]
def current_tier(self) -> pulumi.Output[str]: """ The commitment tier in use for the current month. """ return pulumi.get(self, "current_tier")
The commitment tier in use for the current month.
The commitment tier in use for the current month.
[ "The", "commitment", "tier", "in", "use", "for", "the", "current", "month", "." ]
def current_tier(self) -> pulumi.Output[str]: return pulumi.get(self, "current_tier")
[ "def", "current_tier", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"current_tier\"", ")" ]
The commitment tier in use for the current month.
[ "The", "commitment", "tier", "in", "use", "for", "the", "current", "month", "." ]
[ "\"\"\"\n The commitment tier in use for the current month.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2c4292787596cc5ed36c5689ba10e24cbe52f529
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datalakestore/v20161101/account.py
[ "Apache-2.0" ]
Python
default_group
pulumi.Output[str]
def default_group(self) -> pulumi.Output[str]: """ The default owner group for all new folders and files created in the Data Lake Store account. """ return pulumi.get(self, "default_group")
The default owner group for all new folders and files created in the Data Lake Store account.
The default owner group for all new folders and files created in the Data Lake Store account.
[ "The", "default", "owner", "group", "for", "all", "new", "folders", "and", "files", "created", "in", "the", "Data", "Lake", "Store", "account", "." ]
def default_group(self) -> pulumi.Output[str]: return pulumi.get(self, "default_group")
[ "def", "default_group", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"default_group\"", ")" ]
The default owner group for all new folders and files created in the Data Lake Store account.
[ "The", "default", "owner", "group", "for", "all", "new", "folders", "and", "files", "created", "in", "the", "Data", "Lake", "Store", "account", "." ]
[ "\"\"\"\n The default owner group for all new folders and files created in the Data Lake Store 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": [] }
2c4292787596cc5ed36c5689ba10e24cbe52f529
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datalakestore/v20161101/account.py
[ "Apache-2.0" ]
Python
encryption_provisioning_state
pulumi.Output[str]
def encryption_provisioning_state(self) -> pulumi.Output[str]: """ The current state of encryption provisioning for this Data Lake Store account. """ return pulumi.get(self, "encryption_provisioning_state")
The current state of encryption provisioning for this Data Lake Store account.
The current state of encryption provisioning for this Data Lake Store account.
[ "The", "current", "state", "of", "encryption", "provisioning", "for", "this", "Data", "Lake", "Store", "account", "." ]
def encryption_provisioning_state(self) -> pulumi.Output[str]: return pulumi.get(self, "encryption_provisioning_state")
[ "def", "encryption_provisioning_state", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"encryption_provisioning_state\"", ")" ]
The current state of encryption provisioning for this Data Lake Store account.
[ "The", "current", "state", "of", "encryption", "provisioning", "for", "this", "Data", "Lake", "Store", "account", "." ]
[ "\"\"\"\n The current state of encryption provisioning for this Data Lake Store 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": [] }
2c4292787596cc5ed36c5689ba10e24cbe52f529
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datalakestore/v20161101/account.py
[ "Apache-2.0" ]
Python
encryption_state
pulumi.Output[str]
def encryption_state(self) -> pulumi.Output[str]: """ The current state of encryption for this Data Lake Store account. """ return pulumi.get(self, "encryption_state")
The current state of encryption for this Data Lake Store account.
The current state of encryption for this Data Lake Store account.
[ "The", "current", "state", "of", "encryption", "for", "this", "Data", "Lake", "Store", "account", "." ]
def encryption_state(self) -> pulumi.Output[str]: return pulumi.get(self, "encryption_state")
[ "def", "encryption_state", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"encryption_state\"", ")" ]
The current state of encryption for this Data Lake Store account.
[ "The", "current", "state", "of", "encryption", "for", "this", "Data", "Lake", "Store", "account", "." ]
[ "\"\"\"\n The current state of encryption for this Data Lake Store 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": [] }
2c4292787596cc5ed36c5689ba10e24cbe52f529
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datalakestore/v20161101/account.py
[ "Apache-2.0" ]
Python
firewall_allow_azure_ips
pulumi.Output[str]
def firewall_allow_azure_ips(self) -> pulumi.Output[str]: """ The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. """ return pulumi.get(self, "firewall_allow_azure_ips")
The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced.
The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced.
[ "The", "current", "state", "of", "allowing", "or", "disallowing", "IPs", "originating", "within", "Azure", "through", "the", "firewall", ".", "If", "the", "firewall", "is", "disabled", "this", "is", "not", "enforced", "." ]
def firewall_allow_azure_ips(self) -> pulumi.Output[str]: return pulumi.get(self, "firewall_allow_azure_ips")
[ "def", "firewall_allow_azure_ips", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"firewall_allow_azure_ips\"", ")" ]
The current state of allowing or disallowing IPs originating within Azure through the firewall.
[ "The", "current", "state", "of", "allowing", "or", "disallowing", "IPs", "originating", "within", "Azure", "through", "the", "firewall", "." ]
[ "\"\"\"\n The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2c4292787596cc5ed36c5689ba10e24cbe52f529
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datalakestore/v20161101/account.py
[ "Apache-2.0" ]
Python
firewall_rules
pulumi.Output[Sequence['outputs.FirewallRuleResponse']]
def firewall_rules(self) -> pulumi.Output[Sequence['outputs.FirewallRuleResponse']]: """ The list of firewall rules associated with this Data Lake Store account. """ return pulumi.get(self, "firewall_rules")
The list of firewall rules associated with this Data Lake Store account.
The list of firewall rules associated with this Data Lake Store account.
[ "The", "list", "of", "firewall", "rules", "associated", "with", "this", "Data", "Lake", "Store", "account", "." ]
def firewall_rules(self) -> pulumi.Output[Sequence['outputs.FirewallRuleResponse']]: return pulumi.get(self, "firewall_rules")
[ "def", "firewall_rules", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.FirewallRuleResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"firewall_rules\"", ")" ]
The list of firewall rules associated with this Data Lake Store account.
[ "The", "list", "of", "firewall", "rules", "associated", "with", "this", "Data", "Lake", "Store", "account", "." ]
[ "\"\"\"\n The list of firewall rules associated with this Data Lake Store 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": [] }
2c4292787596cc5ed36c5689ba10e24cbe52f529
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datalakestore/v20161101/account.py
[ "Apache-2.0" ]
Python
firewall_state
pulumi.Output[str]
def firewall_state(self) -> pulumi.Output[str]: """ The current state of the IP address firewall for this Data Lake Store account. """ return pulumi.get(self, "firewall_state")
The current state of the IP address firewall for this Data Lake Store account.
The current state of the IP address firewall for this Data Lake Store account.
[ "The", "current", "state", "of", "the", "IP", "address", "firewall", "for", "this", "Data", "Lake", "Store", "account", "." ]
def firewall_state(self) -> pulumi.Output[str]: return pulumi.get(self, "firewall_state")
[ "def", "firewall_state", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"firewall_state\"", ")" ]
The current state of the IP address firewall for this Data Lake Store account.
[ "The", "current", "state", "of", "the", "IP", "address", "firewall", "for", "this", "Data", "Lake", "Store", "account", "." ]
[ "\"\"\"\n The current state of the IP address firewall for this Data Lake Store 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": [] }
2c4292787596cc5ed36c5689ba10e24cbe52f529
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datalakestore/v20161101/account.py
[ "Apache-2.0" ]
Python
identity
pulumi.Output['outputs.EncryptionIdentityResponse']
def identity(self) -> pulumi.Output['outputs.EncryptionIdentityResponse']: """ The Key Vault encryption identity, if any. """ return pulumi.get(self, "identity")
The Key Vault encryption identity, if any.
The Key Vault encryption identity, if any.
[ "The", "Key", "Vault", "encryption", "identity", "if", "any", "." ]
def identity(self) -> pulumi.Output['outputs.EncryptionIdentityResponse']: return pulumi.get(self, "identity")
[ "def", "identity", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.EncryptionIdentityResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"identity\"", ")" ]
The Key Vault encryption identity, if any.
[ "The", "Key", "Vault", "encryption", "identity", "if", "any", "." ]
[ "\"\"\"\n The Key Vault encryption identity, if any.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2c4292787596cc5ed36c5689ba10e24cbe52f529
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datalakestore/v20161101/account.py
[ "Apache-2.0" ]
Python
new_tier
pulumi.Output[str]
def new_tier(self) -> pulumi.Output[str]: """ The commitment tier to use for next month. """ return pulumi.get(self, "new_tier")
The commitment tier to use for next month.
The commitment tier to use for next month.
[ "The", "commitment", "tier", "to", "use", "for", "next", "month", "." ]
def new_tier(self) -> pulumi.Output[str]: return pulumi.get(self, "new_tier")
[ "def", "new_tier", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"new_tier\"", ")" ]
The commitment tier to use for next month.
[ "The", "commitment", "tier", "to", "use", "for", "next", "month", "." ]
[ "\"\"\"\n The commitment tier to use for next month.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2c4292787596cc5ed36c5689ba10e24cbe52f529
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datalakestore/v20161101/account.py
[ "Apache-2.0" ]
Python
trusted_id_provider_state
pulumi.Output[str]
def trusted_id_provider_state(self) -> pulumi.Output[str]: """ The current state of the trusted identity provider feature for this Data Lake Store account. """ return pulumi.get(self, "trusted_id_provider_state")
The current state of the trusted identity provider feature for this Data Lake Store account.
The current state of the trusted identity provider feature for this Data Lake Store account.
[ "The", "current", "state", "of", "the", "trusted", "identity", "provider", "feature", "for", "this", "Data", "Lake", "Store", "account", "." ]
def trusted_id_provider_state(self) -> pulumi.Output[str]: return pulumi.get(self, "trusted_id_provider_state")
[ "def", "trusted_id_provider_state", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"trusted_id_provider_state\"", ")" ]
The current state of the trusted identity provider feature for this Data Lake Store account.
[ "The", "current", "state", "of", "the", "trusted", "identity", "provider", "feature", "for", "this", "Data", "Lake", "Store", "account", "." ]
[ "\"\"\"\n The current state of the trusted identity provider feature for this Data Lake Store 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": [] }
2c4292787596cc5ed36c5689ba10e24cbe52f529
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datalakestore/v20161101/account.py
[ "Apache-2.0" ]
Python
trusted_id_providers
pulumi.Output[Sequence['outputs.TrustedIdProviderResponse']]
def trusted_id_providers(self) -> pulumi.Output[Sequence['outputs.TrustedIdProviderResponse']]: """ The list of trusted identity providers associated with this Data Lake Store account. """ return pulumi.get(self, "trusted_id_providers")
The list of trusted identity providers associated with this Data Lake Store account.
The list of trusted identity providers associated with this Data Lake Store account.
[ "The", "list", "of", "trusted", "identity", "providers", "associated", "with", "this", "Data", "Lake", "Store", "account", "." ]
def trusted_id_providers(self) -> pulumi.Output[Sequence['outputs.TrustedIdProviderResponse']]: return pulumi.get(self, "trusted_id_providers")
[ "def", "trusted_id_providers", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.TrustedIdProviderResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"trusted_id_providers\"", ")" ]
The list of trusted identity providers associated with this Data Lake Store account.
[ "The", "list", "of", "trusted", "identity", "providers", "associated", "with", "this", "Data", "Lake", "Store", "account", "." ]
[ "\"\"\"\n The list of trusted identity providers associated with this Data Lake Store 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": [] }
2c4292787596cc5ed36c5689ba10e24cbe52f529
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datalakestore/v20161101/account.py
[ "Apache-2.0" ]
Python
virtual_network_rules
pulumi.Output[Sequence['outputs.VirtualNetworkRuleResponse']]
def virtual_network_rules(self) -> pulumi.Output[Sequence['outputs.VirtualNetworkRuleResponse']]: """ The list of virtual network rules associated with this Data Lake Store account. """ return pulumi.get(self, "virtual_network_rules")
The list of virtual network rules associated with this Data Lake Store account.
The list of virtual network rules associated with this Data Lake Store account.
[ "The", "list", "of", "virtual", "network", "rules", "associated", "with", "this", "Data", "Lake", "Store", "account", "." ]
def virtual_network_rules(self) -> pulumi.Output[Sequence['outputs.VirtualNetworkRuleResponse']]: return pulumi.get(self, "virtual_network_rules")
[ "def", "virtual_network_rules", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.VirtualNetworkRuleResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"virtual_network_rules\"", ")" ]
The list of virtual network rules associated with this Data Lake Store account.
[ "The", "list", "of", "virtual", "network", "rules", "associated", "with", "this", "Data", "Lake", "Store", "account", "." ]
[ "\"\"\"\n The list of virtual network rules associated with this Data Lake Store 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": [] }
2c4c981866aae92083ed8800a6432b4bd09a9d89
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20180201/app_service_plan_route_for_vnet.py
[ "Apache-2.0" ]
Python
end_address
pulumi.Output[Optional[str]]
def end_address(self) -> pulumi.Output[Optional[str]]: """ The ending address for this route. If the start address is specified in CIDR notation, this must be omitted. """ return pulumi.get(self, "end_address")
The ending address for this route. If the start address is specified in CIDR notation, this must be omitted.
The ending address for this route. If the start address is specified in CIDR notation, this must be omitted.
[ "The", "ending", "address", "for", "this", "route", ".", "If", "the", "start", "address", "is", "specified", "in", "CIDR", "notation", "this", "must", "be", "omitted", "." ]
def end_address(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "end_address")
[ "def", "end_address", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"end_address\"", ")" ]
The ending address for this route.
[ "The", "ending", "address", "for", "this", "route", "." ]
[ "\"\"\"\n The ending address for this route. If the start address is specified in CIDR notation, this must be omitted.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2c4c981866aae92083ed8800a6432b4bd09a9d89
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20180201/app_service_plan_route_for_vnet.py
[ "Apache-2.0" ]
Python
route_type
pulumi.Output[Optional[str]]
def route_type(self) -> pulumi.Output[Optional[str]]: """ The type of route this is: DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918 INHERITED - Routes inherited from the real Virtual Network routes STATIC - Static route set on the app ...
The type of route this is: DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918 INHERITED - Routes inherited from the real Virtual Network routes STATIC - Static route set on the app only These values will be used for syncing an app's rout...
The type of route this is: DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918 INHERITED - Routes inherited from the real Virtual Network routes STATIC - Static route set on the app only These values will be used for syncing an app's routes with those from a Virtual Network.
[ "The", "type", "of", "route", "this", "is", ":", "DEFAULT", "-", "By", "default", "every", "app", "has", "routes", "to", "the", "local", "address", "ranges", "specified", "by", "RFC1918", "INHERITED", "-", "Routes", "inherited", "from", "the", "real", "Vir...
def route_type(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "route_type")
[ "def", "route_type", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"route_type\"", ")" ]
The type of route this is: DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918 INHERITED - Routes inherited from the real Virtual Network routes STATIC - Static route set on the app only
[ "The", "type", "of", "route", "this", "is", ":", "DEFAULT", "-", "By", "default", "every", "app", "has", "routes", "to", "the", "local", "address", "ranges", "specified", "by", "RFC1918", "INHERITED", "-", "Routes", "inherited", "from", "the", "real", "Vir...
[ "\"\"\"\n The type of route this is:\n DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918\n INHERITED - Routes inherited from the real Virtual Network routes\n STATIC - Static route set on the app only\n\n These values will be used for sync...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2c4c981866aae92083ed8800a6432b4bd09a9d89
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20180201/app_service_plan_route_for_vnet.py
[ "Apache-2.0" ]
Python
start_address
pulumi.Output[Optional[str]]
def start_address(self) -> pulumi.Output[Optional[str]]: """ The starting address for this route. This may also include a CIDR notation, in which case the end address must not be specified. """ return pulumi.get(self, "start_address")
The starting address for this route. This may also include a CIDR notation, in which case the end address must not be specified.
The starting address for this route. This may also include a CIDR notation, in which case the end address must not be specified.
[ "The", "starting", "address", "for", "this", "route", ".", "This", "may", "also", "include", "a", "CIDR", "notation", "in", "which", "case", "the", "end", "address", "must", "not", "be", "specified", "." ]
def start_address(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "start_address")
[ "def", "start_address", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"start_address\"", ")" ]
The starting address for this route.
[ "The", "starting", "address", "for", "this", "route", "." ]
[ "\"\"\"\n The starting address for this route. This may also include a CIDR notation, in which case the end address must not be specified.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2c5aea5190a44306f53d1bb270525fb143d4f5e4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/latest/get_relationship.py
[ "Apache-2.0" ]
Python
description
Optional[Mapping[str, str]]
def description(self) -> Optional[Mapping[str, str]]: """ Localized descriptions for the Relationship. """ return pulumi.get(self, "description")
Localized descriptions for the Relationship.
Localized descriptions for the Relationship.
[ "Localized", "descriptions", "for", "the", "Relationship", "." ]
def description(self) -> Optional[Mapping[str, str]]: return pulumi.get(self, "description")
[ "def", "description", "(", "self", ")", "->", "Optional", "[", "Mapping", "[", "str", ",", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"description\"", ")" ]
Localized descriptions for the Relationship.
[ "Localized", "descriptions", "for", "the", "Relationship", "." ]
[ "\"\"\"\n Localized descriptions for the Relationship.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2c5aea5190a44306f53d1bb270525fb143d4f5e4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/latest/get_relationship.py
[ "Apache-2.0" ]
Python
display_name
Optional[Mapping[str, str]]
def display_name(self) -> Optional[Mapping[str, str]]: """ Localized display name for the Relationship. """ return pulumi.get(self, "display_name")
Localized display name for the Relationship.
Localized display name for the Relationship.
[ "Localized", "display", "name", "for", "the", "Relationship", "." ]
def display_name(self) -> Optional[Mapping[str, str]]: return pulumi.get(self, "display_name")
[ "def", "display_name", "(", "self", ")", "->", "Optional", "[", "Mapping", "[", "str", ",", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"display_name\"", ")" ]
Localized display name for the Relationship.
[ "Localized", "display", "name", "for", "the", "Relationship", "." ]
[ "\"\"\"\n Localized display name for the Relationship.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2c5aea5190a44306f53d1bb270525fb143d4f5e4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/latest/get_relationship.py
[ "Apache-2.0" ]
Python
expiry_date_time_utc
Optional[str]
def expiry_date_time_utc(self) -> Optional[str]: """ The expiry date time in UTC. """ return pulumi.get(self, "expiry_date_time_utc")
The expiry date time in UTC.
The expiry date time in UTC.
[ "The", "expiry", "date", "time", "in", "UTC", "." ]
def expiry_date_time_utc(self) -> Optional[str]: return pulumi.get(self, "expiry_date_time_utc")
[ "def", "expiry_date_time_utc", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"expiry_date_time_utc\"", ")" ]
The expiry date time in UTC.
[ "The", "expiry", "date", "time", "in", "UTC", "." ]
[ "\"\"\"\n The expiry date time in UTC.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2c5aea5190a44306f53d1bb270525fb143d4f5e4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/latest/get_relationship.py
[ "Apache-2.0" ]
Python
fields
Optional[Sequence['outputs.PropertyDefinitionResponse']]
def fields(self) -> Optional[Sequence['outputs.PropertyDefinitionResponse']]: """ The properties of the Relationship. """ return pulumi.get(self, "fields")
The properties of the Relationship.
The properties of the Relationship.
[ "The", "properties", "of", "the", "Relationship", "." ]
def fields(self) -> Optional[Sequence['outputs.PropertyDefinitionResponse']]: return pulumi.get(self, "fields")
[ "def", "fields", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.PropertyDefinitionResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"fields\"", ")" ]
The properties of the Relationship.
[ "The", "properties", "of", "the", "Relationship", "." ]
[ "\"\"\"\n The properties of the Relationship.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2c5aea5190a44306f53d1bb270525fb143d4f5e4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/latest/get_relationship.py
[ "Apache-2.0" ]
Python
lookup_mappings
Optional[Sequence['outputs.RelationshipTypeMappingResponse']]
def lookup_mappings(self) -> Optional[Sequence['outputs.RelationshipTypeMappingResponse']]: """ Optional property to be used to map fields in profile to their strong ids in related profile. """ return pulumi.get(self, "lookup_mappings")
Optional property to be used to map fields in profile to their strong ids in related profile.
Optional property to be used to map fields in profile to their strong ids in related profile.
[ "Optional", "property", "to", "be", "used", "to", "map", "fields", "in", "profile", "to", "their", "strong", "ids", "in", "related", "profile", "." ]
def lookup_mappings(self) -> Optional[Sequence['outputs.RelationshipTypeMappingResponse']]: return pulumi.get(self, "lookup_mappings")
[ "def", "lookup_mappings", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.RelationshipTypeMappingResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"lookup_mappings\"", ")" ]
Optional property to be used to map fields in profile to their strong ids in related profile.
[ "Optional", "property", "to", "be", "used", "to", "map", "fields", "in", "profile", "to", "their", "strong", "ids", "in", "related", "profile", "." ]
[ "\"\"\"\n Optional property to be used to map fields in profile to their strong ids in related 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": [] }
2c792a9cd2215fa7154b5dce58fcc3c4e0726435
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py
[ "Apache-2.0" ]
Python
file_path_list
Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]
def file_path_list(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: """ List of full path of the files to be transferred. """ return pulumi.get(self, "file_path_list")
List of full path of the files to be transferred.
List of full path of the files to be transferred.
[ "List", "of", "full", "path", "of", "the", "files", "to", "be", "transferred", "." ]
def file_path_list(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: return pulumi.get(self, "file_path_list")
[ "def", "file_path_list", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"file_path_list\"", ")" ]
List of full path of the files to be transferred.
[ "List", "of", "full", "path", "of", "the", "files", "to", "be", "transferred", "." ]
[ "\"\"\"\n List of full path of the files to be transferred.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2c792a9cd2215fa7154b5dce58fcc3c4e0726435
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py
[ "Apache-2.0" ]
Python
file_prefix_list
Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]
def file_prefix_list(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: """ Prefix list of the Azure files to be transferred. """ return pulumi.get(self, "file_prefix_list")
Prefix list of the Azure files to be transferred.
Prefix list of the Azure files to be transferred.
[ "Prefix", "list", "of", "the", "Azure", "files", "to", "be", "transferred", "." ]
def file_prefix_list(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: return pulumi.get(self, "file_prefix_list")
[ "def", "file_prefix_list", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"file_prefix_list\"", ")"...
Prefix list of the Azure files to be transferred.
[ "Prefix", "list", "of", "the", "Azure", "files", "to", "be", "transferred", "." ]
[ "\"\"\"\n Prefix list of the Azure files to be transferred.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2c792a9cd2215fa7154b5dce58fcc3c4e0726435
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py
[ "Apache-2.0" ]
Python
file_share_list
Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]
def file_share_list(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: """ List of file shares to be transferred. """ return pulumi.get(self, "file_share_list")
List of file shares to be transferred.
List of file shares to be transferred.
[ "List", "of", "file", "shares", "to", "be", "transferred", "." ]
def file_share_list(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: return pulumi.get(self, "file_share_list")
[ "def", "file_share_list", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"file_share_list\"", ")" ]
List of file shares to be transferred.
[ "List", "of", "file", "shares", "to", "be", "transferred", "." ]
[ "\"\"\"\n List of file shares to be transferred.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2c792a9cd2215fa7154b5dce58fcc3c4e0726435
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py
[ "Apache-2.0" ]
Python
blob_path_list
Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]
def blob_path_list(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: """ List of full path of the blobs to be transferred. """ return pulumi.get(self, "blob_path_list")
List of full path of the blobs to be transferred.
List of full path of the blobs to be transferred.
[ "List", "of", "full", "path", "of", "the", "blobs", "to", "be", "transferred", "." ]
def blob_path_list(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: return pulumi.get(self, "blob_path_list")
[ "def", "blob_path_list", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"blob_path_list\"", ")" ]
List of full path of the blobs to be transferred.
[ "List", "of", "full", "path", "of", "the", "blobs", "to", "be", "transferred", "." ]
[ "\"\"\"\n List of full path of the blobs to be transferred.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2c792a9cd2215fa7154b5dce58fcc3c4e0726435
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py
[ "Apache-2.0" ]
Python
blob_prefix_list
Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]
def blob_prefix_list(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: """ Prefix list of the Azure blobs to be transferred. """ return pulumi.get(self, "blob_prefix_list")
Prefix list of the Azure blobs to be transferred.
Prefix list of the Azure blobs to be transferred.
[ "Prefix", "list", "of", "the", "Azure", "blobs", "to", "be", "transferred", "." ]
def blob_prefix_list(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: return pulumi.get(self, "blob_prefix_list")
[ "def", "blob_prefix_list", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"blob_prefix_list\"", ")"...
Prefix list of the Azure blobs to be transferred.
[ "Prefix", "list", "of", "the", "Azure", "blobs", "to", "be", "transferred", "." ]
[ "\"\"\"\n Prefix list of the Azure blobs to be transferred.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2c792a9cd2215fa7154b5dce58fcc3c4e0726435
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py
[ "Apache-2.0" ]
Python
container_list
Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]
def container_list(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: """ List of blob containers to be transferred. """ return pulumi.get(self, "container_list")
List of blob containers to be transferred.
List of blob containers to be transferred.
[ "List", "of", "blob", "containers", "to", "be", "transferred", "." ]
def container_list(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: return pulumi.get(self, "container_list")
[ "def", "container_list", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"container_list\"", ")" ]
List of blob containers to be transferred.
[ "List", "of", "blob", "containers", "to", "be", "transferred", "." ]
[ "\"\"\"\n List of blob containers to be transferred.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2c792a9cd2215fa7154b5dce58fcc3c4e0726435
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py
[ "Apache-2.0" ]
Python
contact_name
pulumi.Input[str]
def contact_name(self) -> pulumi.Input[str]: """ Contact name of the person. """ return pulumi.get(self, "contact_name")
Contact name of the person.
Contact name of the person.
[ "Contact", "name", "of", "the", "person", "." ]
def contact_name(self) -> pulumi.Input[str]: return pulumi.get(self, "contact_name")
[ "def", "contact_name", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"contact_name\"", ")" ]
Contact name of the person.
[ "Contact", "name", "of", "the", "person", "." ]
[ "\"\"\"\n Contact name of the person.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2c792a9cd2215fa7154b5dce58fcc3c4e0726435
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py
[ "Apache-2.0" ]
Python
email_list
pulumi.Input[Sequence[pulumi.Input[str]]]
def email_list(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]: """ List of Email-ids to be notified about job progress. """ return pulumi.get(self, "email_list")
List of Email-ids to be notified about job progress.
List of Email-ids to be notified about job progress.
[ "List", "of", "Email", "-", "ids", "to", "be", "notified", "about", "job", "progress", "." ]
def email_list(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]: return pulumi.get(self, "email_list")
[ "def", "email_list", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"email_list\"", ")" ]
List of Email-ids to be notified about job progress.
[ "List", "of", "Email", "-", "ids", "to", "be", "notified", "about", "job", "progress", "." ]
[ "\"\"\"\n List of Email-ids to be notified about job progress.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2c792a9cd2215fa7154b5dce58fcc3c4e0726435
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py
[ "Apache-2.0" ]
Python
phone
pulumi.Input[str]
def phone(self) -> pulumi.Input[str]: """ Phone number of the contact person. """ return pulumi.get(self, "phone")
Phone number of the contact person.
Phone number of the contact person.
[ "Phone", "number", "of", "the", "contact", "person", "." ]
def phone(self) -> pulumi.Input[str]: return pulumi.get(self, "phone")
[ "def", "phone", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"phone\"", ")" ]
Phone number of the contact person.
[ "Phone", "number", "of", "the", "contact", "person", "." ]
[ "\"\"\"\n Phone number of the contact person.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2c792a9cd2215fa7154b5dce58fcc3c4e0726435
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py
[ "Apache-2.0" ]
Python
mobile
Optional[pulumi.Input[str]]
def mobile(self) -> Optional[pulumi.Input[str]]: """ Mobile number of the contact person. """ return pulumi.get(self, "mobile")
Mobile number of the contact person.
Mobile number of the contact person.
[ "Mobile", "number", "of", "the", "contact", "person", "." ]
def mobile(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "mobile")
[ "def", "mobile", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"mobile\"", ")" ]
Mobile number of the contact person.
[ "Mobile", "number", "of", "the", "contact", "person", "." ]
[ "\"\"\"\n Mobile number of the contact person.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2c792a9cd2215fa7154b5dce58fcc3c4e0726435
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py
[ "Apache-2.0" ]
Python
notification_preference
Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPreferenceArgs']]]]
def notification_preference(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPreferenceArgs']]]]: """ Notification preference for a job stage. """ return pulumi.get(self, "notification_preference")
Notification preference for a job stage.
Notification preference for a job stage.
[ "Notification", "preference", "for", "a", "job", "stage", "." ]
def notification_preference(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NotificationPreferenceArgs']]]]: return pulumi.get(self, "notification_preference")
[ "def", "notification_preference", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'NotificationPreferenceArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",",...
Notification preference for a job stage.
[ "Notification", "preference", "for", "a", "job", "stage", "." ]
[ "\"\"\"\n Notification preference for a job stage.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }